summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 21:01:54 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 21:01:54 +0000
commit1bcfc94e3662a0bd029d4775d2f64c26a73020a0 (patch)
treebbc8c5ae7fe9d8a77658a1df6e235d17d41647a1 /usr.sbin/nfsd
parentbe68b23c6f15212004169d0341226b90581f4a4b (diff)
downloadFreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.zip
FreeBSD-src-1bcfc94e3662a0bd029d4775d2f64c26a73020a0.tar.gz
Use libcrypto instead of libdes.
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