From ec2fc02b680781b99214338302bf88a50aa5380e Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 19 Aug 1997 08:05:17 +0000 Subject: make -Wall happy --- usr.sbin/rpc.lockd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.2.3