diff options
author | adam <adam@FreeBSD.org> | 1996-01-03 11:48:14 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-01-03 11:48:14 +0000 |
commit | c81b66ce4c0d43a65d60b8184fa854e5603f5366 (patch) | |
tree | a68f2c0397452529ecaa62a20dc8f61f6e005f17 /sbin/nfsd | |
parent | 36a9cef9cd1921dc792b0634dee02da507664d50 (diff) | |
download | FreeBSD-src-c81b66ce4c0d43a65d60b8184fa854e5603f5366.zip FreeBSD-src-c81b66ce4c0d43a65d60b8184fa854e5603f5366.tar.gz |
oops, do it right this time
Diffstat (limited to 'sbin/nfsd')
-rw-r--r-- | sbin/nfsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index cbc66b5..12ce92e 100644 --- a/sbin/nfsd/Makefile +++ b/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 |