summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/Makefile
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-10-03 18:50:08 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-10-03 18:50:08 +0000
commit8b9cc395a4cf1af1ebabb50f2bc499d0cd05fe37 (patch)
treecc9620e9f35e25b8a76d8366f962e2b941f668bc /sbin/mount_nfs/Makefile
parentef70809245ce3f463656106772b6b9cdbf5d0a51 (diff)
Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r--sbin/mount_nfs/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 826a648ed08..926e004acf0 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:16 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2001/10/03 18:50:07 hin Exp $
PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c
@@ -11,14 +11,4 @@ MAN= mount_nfs.8
#.PATH: ${MOUNT}
CFLAGS+=-DNFS
-# NFSKERB is not currently supported
-#
-#.include <bsd.own.mk> # For KERBEROS
-#
-#.if (${KERBEROS:L} == "yes")
-#CFLAGS+=-DNFSKERB
-#DPADD+= ${LIBKRB} ${LIBDES}
-#LDADD+= -lkrb -ldes
-#.endif
-
.include <bsd.prog.mk>