summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-09-03 18:41:24 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-09-03 18:41:24 +0000
commit228758662f475a61b9ae4f95b4fa2b910d112a0f (patch)
tree89af97fc39223c1fd3e255e50736787e50dcf6c8 /usr.sbin
parent570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff)
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile6
-rw-r--r--usr.sbin/pstat/Makefile4
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile4
-rw-r--r--usr.sbin/rpc.pcnfsd/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 6ee30db9636..876eea218b5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.68 2000/09/01 05:59:12 aaron Exp $
+# $OpenBSD: Makefile,v 1.69 2000/09/03 18:41:22 espie Exp $
# not yet done: catman
@@ -25,11 +25,11 @@ SUBDIR+=bad144 apm apmd fdformat memconfig
SUBDIR+=eeprom screenblank grfinfo hilinfo
SUBDIR+=wsconscfg wsfontload
-.if (${AFS} == "yes")
+.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif
-.if (${YP} == "yes")
+.if (${YP:L} == "yes")
SUBDIR+=ypbind yppoll ypset ypserv
.endif
diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile
index 89def539dfb..acb3e77820b 100644
--- a/usr.sbin/pstat/Makefile
+++ b/usr.sbin/pstat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1999/06/23 11:47:29 art Exp $
+# $OpenBSD: Makefile,v 1.5 2000/09/03 18:41:22 espie Exp $
PROG= pstat
MAN= pstat.8
@@ -9,7 +9,7 @@ LDADD= -lkvm
.include <bsd.prog.mk>
-.if (${UVM} == "yes")
+.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index 194598826aa..4302c922858 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:44:16 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2000/09/03 18:41:22 espie Exp $
.include <bsd.own.mk>
-.if (${YP} == "yes")
+.if (${YP:L} == "yes")
CFLAGS+=-DYP
.endif
diff --git a/usr.sbin/rpc.pcnfsd/Makefile b/usr.sbin/rpc.pcnfsd/Makefile
index 30bbbc9bccc..07bc6b23ca6 100644
--- a/usr.sbin/rpc.pcnfsd/Makefile
+++ b/usr.sbin/rpc.pcnfsd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1997/09/21 11:44:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:22 espie Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ MAN= pcnfsd.8
MLINKS= pcnfsd.8 rpc.pcnfsd.8
CFLAGS += -DUSER_CACHE -DWTMP -I${.OBJDIR}
-.if (${YP} == "yes")
+.if (${YP:L} == "yes")
CFLAGS+=-DUSE_YP
.endif