Move pkg/FreeBSD.conf to usr.sbin/pkg/

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D16491
This commit is contained in:
Brad Davis 2018-07-31 16:42:03 +00:00
parent 6d88443da1
commit 5836319ae6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336978
4 changed files with 3 additions and 13 deletions

View file

@ -214,9 +214,6 @@ distribution:
${_+_}cd ${.CURDIR}/ntp; ${MAKE} install
.endif
${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
.if ${MK_PKGBOOTSTRAP} != "no"
${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
.endif
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
${_+_}cd ${.CURDIR}/syslog.d; ${MAKE} install
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt

View file

@ -1,10 +0,0 @@
# $FreeBSD$
NO_OBJ=
FILES= FreeBSD.conf
FILESDIR= /etc/pkg
FILESMODE= 644
.include <bsd.prog.mk>

View file

@ -1,5 +1,8 @@
# $FreeBSD$
CONFS= FreeBSD.conf
CONFSDIR= /etc/pkg
CONFSMODE= 644
PROG= pkg
SRCS= pkg.c dns_utils.c config.c
MAN= pkg.7