Add support for kerberised NQNFS.

This commit is contained in:
Doug Rabson 1995-01-30 18:56:06 +00:00
parent 106a8c2a7b
commit 5439cc46c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6042
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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>