diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1995-01-30 18:56:06 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1995-01-30 18:56:06 +0000 |
| commit | 5439cc46c92d6472cb1bf33554cb680700bab7a9 (patch) | |
| tree | 36354dce600b3e81ff522fa0dfcc4c183a88ffe9 /sbin/nfsd | |
| parent | 106a8c2a7b6ef5f8a2e5a5826859ecc9cddd3ac3 (diff) | |
Notes
Diffstat (limited to 'sbin/nfsd')
| -rw-r--r-- | sbin/nfsd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index a881d5eacbd7..cbc442de68e7 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -4,4 +4,12 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 +.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \ + || defined(MAKE_EBONES)) +CFLAGS+=-DKERBEROS +DPADD= ${LIBKRB} ${LIBDES} +LDADD= -lkrb -ldes +DISTRIBUTION= krb +.endif + .include <bsd.prog.mk> |
