diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 08:05:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 08:05:17 +0000 |
commit | ec2fc02b680781b99214338302bf88a50aa5380e (patch) | |
tree | 4bc74edc25eed05ce6f05366a452ebb617cc0167 /libexec | |
parent | 137194e1c1aa66807dd094769f374370dfb8acf6 (diff) |
make -Wall happy
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rpc.lockd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.lockd/Makefile b/libexec/rpc.lockd/Makefile index e7c57247401..d0cf75c3ec8 100644 --- a/libexec/rpc.lockd/Makefile +++ b/libexec/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 |