summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.pcnfsd/Makefile
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2001-08-19 19:16:13 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2001-08-19 19:16:13 +0000
commit38da0b74b703fb2b4d2d60fcc80f0f9fdddf709c (patch)
tree464c247a7d04118b121c559ee8fe614ddedf1bca /usr.sbin/rpc.pcnfsd/Makefile
parente74e0c407458e60632d7cd8932ba6aa0d3d0ffa4 (diff)
first pass at some cleanup here
- use standard functions,, dont roll our own (strdup, strcasecmp, etc) - style(9) - share common headers.. more readable. doesnt address some of the other problems (cacheing), yet
Diffstat (limited to 'usr.sbin/rpc.pcnfsd/Makefile')
-rw-r--r--usr.sbin/rpc.pcnfsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.pcnfsd/Makefile b/usr.sbin/rpc.pcnfsd/Makefile
index 07bc6b23ca6..55ace922bc9 100644
--- a/usr.sbin/rpc.pcnfsd/Makefile
+++ b/usr.sbin/rpc.pcnfsd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:22 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2001/08/19 19:16:12 ericj Exp $
.include <bsd.own.mk>
PROG= rpc.pcnfsd
MAN= pcnfsd.8
MLINKS= pcnfsd.8 rpc.pcnfsd.8
-CFLAGS += -DUSER_CACHE -DWTMP -I${.OBJDIR}
+CFLAGS += -I${.OBJDIR}
.if (${YP:L} == "yes")
CFLAGS+=-DUSE_YP