summaryrefslogtreecommitdiff
path: root/usr.bin/lock
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.bin/lock
parent570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff)
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'usr.bin/lock')
-rw-r--r--usr.bin/lock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index 083c0297fbe..4a9c68dce62 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1999/03/06 20:27:39 millert Exp $
+# $OpenBSD: Makefile,v 1.9 2000/09/03 18:41:17 espie Exp $
PROG= lock
BINOWN= root
@@ -6,7 +6,7 @@ BINMODE=4555
.include <bsd.own.mk>
-.if (${SKEY} == "yes")
+.if (${SKEY:L} == "yes")
CFLAGS+=-DSKEY
LDADD+= -lskey
DPADD+= ${LIBSKEY}