summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-01-03 11:37:46 +0000
committeradam <adam@FreeBSD.org>1996-01-03 11:37:46 +0000
commit36a9cef9cd1921dc792b0634dee02da507664d50 (patch)
treec826ffbc39c206178e4402aca1dc2d33dee76d20 /usr.sbin/nfsd
parent7a04d87ee54a438ebb236086ef6933e9600b78b1 (diff)
downloadFreeBSD-src-36a9cef9cd1921dc792b0634dee02da507664d50.zip
FreeBSD-src-36a9cef9cd1921dc792b0634dee02da507664d50.tar.gz
Link with libutil for kerberos too
Diffstat (limited to 'usr.sbin/nfsd')
-rw-r--r--usr.sbin/nfsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 9c89542..cbc66b5 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -10,7 +10,7 @@ LDADD+= -lutil
|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS
DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
OpenPOWER on IntegriCloud