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/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 6c49ac859de..117e3c3f03c 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1996/04/21 23:46:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1997/04/19 21:26:22 millert Exp $
# $NetBSD: Makefile,v 1.5 1996/02/18 11:59:09 fvdl Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
@@ -13,12 +13,14 @@ MAN= mount_nfs.8
#.PATH: ${MOUNT}
CFLAGS+=-DNFS
+# NFSKERB is not currently supported
+#
#.include <bsd.own.mk> # For KERBEROS
-
-.if defined(KERBEROS)
-CFLAGS+=-DNFSKERB
-DPADD+= ${LIBKRB} ${LIBDES}
-LDADD+= -lkrb -ldes
-.endif
+#
+#.if (${KERBEROS} == "yes")
+#CFLAGS+=-DNFSKERB
+#DPADD+= ${LIBKRB} ${LIBDES}
+#LDADD+= -lkrb -ldes
+#.endif
.include <bsd.prog.mk>