diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-03 18:41:24 +0000 |
commit | 228758662f475a61b9ae4f95b4fa2b910d112a0f (patch) | |
tree | 89af97fc39223c1fd3e255e50736787e50dcf6c8 /usr.sbin/Makefile | |
parent | 570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff) |
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |