summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-08-19 08:05:16 +0000
committerniklas <niklas@openbsd.org>1997-08-19 08:05:16 +0000
commit74a12a9561d833fabdd9d8413ae0d9cbd19e46b6 (patch)
treed7db262c8c3c7d34e224949e570e1410c727dfad /usr.sbin/rpc.lockd
parent$OpenBSD$ (diff)
downloadwireguard-openbsd-74a12a9561d833fabdd9d8413ae0d9cbd19e46b6.tar.xz
wireguard-openbsd-74a12a9561d833fabdd9d8413ae0d9cbd19e46b6.zip
make -Wall happy
Diffstat (limited to 'usr.sbin/rpc.lockd')
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index e7c57247401..d0cf75c3ec8 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/01/30 00:51:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1997/08/19 08:05:16 niklas Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c procs.c
@@ -7,7 +7,7 @@ MAN = rpc.lockd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
-CFLAGS+= -I.
+CFLAGS+= -I. -DSYSLOG
CLEANFILES= nlm_prot_svc.c nlm_prot.h