summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd/Makefile
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-09-03 18:41:11 +0000
committerespie <espie@openbsd.org>2000-09-03 18:41:11 +0000
commitff60459d9bfed195e9c4fbb2877bc092b688d16a (patch)
tree0ff811ff0dc821e64753f06fa1e1ebc852462240 /usr.sbin/rpc.bootparamd/Makefile
parentadd missing .El against .Bl. (diff)
downloadwireguard-openbsd-ff60459d9bfed195e9c4fbb2877bc092b688d16a.tar.xz
wireguard-openbsd-ff60459d9bfed195e9c4fbb2877bc092b688d16a.zip
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'usr.sbin/rpc.bootparamd/Makefile')
-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 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