summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff)
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2fa3673b955..1b6f120f0bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.57 2000/08/01 15:56:38 millert Exp $
+# $OpenBSD: Makefile,v 1.58 2000/09/03 18:41:11 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -38,7 +38,7 @@ SUBDIR+= gnu
SUBDIR+= sys lkm
-.if (${KERBEROS} == "yes")
+.if (${KERBEROS:L} == "yes")
SUBDIR+= kerberosIV
.endif
@@ -83,7 +83,7 @@ build:
NOMAN=1 ${SUDO} ${MAKE} install)
(cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
NOMAN=1 ${SUDO} ${MAKE} install)
-.if (${KERBEROS} == "yes")
+.if (${KERBEROS:L} == "yes")
(cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \
NOMAN=1 ${SUDO} ${MAKE} install)
.endif
@@ -333,7 +333,7 @@ cross-lib: cross-dirs
${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \
DESTDIR=${CROSSDIR} SKIPDIR=libocurses/PSD.doc \
${MAKE} NOMAN= install)
-.if (${KERBEROS} == "yes")
+.if (${KERBEROS:L} == "yes")
(cd kerberosIV; \
BSDOBJDIR=${CROSSDIR}/usr/obj \
BSDSRCDIR=${.CURDIR} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \