Move nscd.conf from etc/ to usr.sbin/nscd/

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16490
This commit is contained in:
Brad Davis 2018-07-28 23:29:36 +00:00
parent 76ec4952ff
commit 4f1521406b
3 changed files with 1 additions and 4 deletions

View File

@ -115,10 +115,6 @@ SSH= ${SRCTOP}/crypto/openssh/ssh_config \
SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
.endif
.if ${MK_NS_CACHING} != "no"
BIN1+= nscd.conf
.endif
.if ${MK_PORTSNAP} != "no"
BIN1+= portsnap.conf
.endif

View File

@ -1,5 +1,6 @@
# $FreeBSD$
CONFS= nscd.conf
PROG= nscd
MAN= nscd.conf.5 nscd.8