diff options
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 |