summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r--sbin/mount_nfs/Makefile4
1 files changed, 2 insertions, 2 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