summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-01-03 11:48:14 +0000
committeradam <adam@FreeBSD.org>1996-01-03 11:48:14 +0000
commitc81b66ce4c0d43a65d60b8184fa854e5603f5366 (patch)
treea68f2c0397452529ecaa62a20dc8f61f6e005f17 /usr.sbin/nfsd
parent36a9cef9cd1921dc792b0634dee02da507664d50 (diff)
downloadFreeBSD-src-c81b66ce4c0d43a65d60b8184fa854e5603f5366.zip
FreeBSD-src-c81b66ce4c0d43a65d60b8184fa854e5603f5366.tar.gz
oops, do it right this time
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 cbc66b5..12ce92e 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -9,7 +9,7 @@ LDADD+= -lutil
.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS
-DPADD= ${LIBKRB} ${LIBDES}
+DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
OpenPOWER on IntegriCloud