it's a shame, but since we have no kernel support for kerb NFS (which may or may not be worth having, in the form available to us) this is how I'm closing PR #2469.

This commit is contained in:
tls 1997-01-09 09:43:51 +00:00
parent 233a1d3f57
commit 2ab9ccf105
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1996/02/18 11:59:09 fvdl Exp $
# $NetBSD: Makefile,v 1.6 1997/01/09 09:43:51 tls Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
PROG= mount_nfs
@ -12,10 +12,12 @@ MAN= mount_nfs.8
#.PATH: ${MOUNT}
CFLAGS+=-DNFS
.if defined(notdef) # XXX no kernel kerb NFS support!
.if defined(KERBEROS)
CFLAGS+=-DNFSKERB
DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
.endif
.endif
.include <bsd.prog.mk>