summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nfsd')
-rw-r--r--usr.sbin/nfsd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 12ce92e..a18aad0 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $FreeBSD$
PROG= nfsd
CFLAGS+=-DNFS
@@ -6,12 +7,11 @@ MAN8= nfsd.8
DPADD+= ${LIBUTIL}
LDADD+= -lutil
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
- || defined(MAKE_EBONES))
+.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
-DPADD+= ${LIBKRB} ${LIBDES}
-LDADD+= -lkrb -ldes
-DISTRIBUTION= krb
+DPADD+= ${LIBKRB} ${LIBCRYPTO}
+LDADD+= -lkrb -lcrypto
+DISTRIBUTION= krb4
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud