diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/Makefile | 4 | ||||
-rw-r--r-- | sbin/nfsd/Makefile | 4 | ||||
-rw-r--r-- | sbin/sysctl/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 52160cbe256..826a648ed08 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/09/21 11:37:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:16 espie Exp $ PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c @@ -15,7 +15,7 @@ CFLAGS+=-DNFS # #.include <bsd.own.mk> # For KERBEROS # -#.if (${KERBEROS} == "yes") +#.if (${KERBEROS:L} == "yes") #CFLAGS+=-DNFSKERB #DPADD+= ${LIBKRB} ${LIBDES} #LDADD+= -lkrb -ldes diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index abf39ee9998..02f8e6870d9 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:37:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:16 espie Exp $ PROG= nfsd MAN= nfsd.8 .include <bsd.own.mk> # For KERBEROS -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") CFLAGS+=-DKERBEROS LDADD+= -lkrb -ldes DPADD+= ${LIBKRB} ${LIBDES} diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index dc7b875acad..45e780bcbbb 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2000/01/01 22:38:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:16 espie Exp $ PROG= sysctl MAN= sysctl.8 @@ -10,6 +10,6 @@ afterinstall: .include <bsd.prog.mk> -.if (${UVM} == "yes") +.if (${UVM:L} == "yes") CFLAGS+=-DUVM .endif |