summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-19 21:26:08 +0000
committermillert <millert@openbsd.org>1997-04-19 21:26:08 +0000
commit11ee01d8bf82f92d49ad688e1bf7ed86b0dd0b63 (patch)
tree464585f25ad781a3c9912425bd8ca16d89dd2efa /usr.sbin/rpc.bootparamd
parent.depend needs cpuconf.c (diff)
downloadwireguard-openbsd-11ee01d8bf82f92d49ad688e1bf7ed86b0dd0b63.tar.xz
wireguard-openbsd-11ee01d8bf82f92d49ad688e1bf7ed86b0dd0b63.zip
Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index d984ea4109e..cbeaa8addc1 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.2 1996/09/04 22:52:09 deraadt Exp $
+# $Id: Makefile,v 1.3 1997/04/19 21:26:33 millert Exp $
.include <bsd.own.mk>
-.if defined(YP)
+.if (${YP} == "yes")
CFLAGS+=-DYP
.endif