Move pkg/FreeBSD.conf to usr.sbin/pkg/
Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16491
This commit is contained in:
parent
a77d37dba4
commit
6607c26dd9
@ -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
|
||||
|
@ -1,10 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NO_OBJ=
|
||||
|
||||
FILES= FreeBSD.conf
|
||||
|
||||
FILESDIR= /etc/pkg
|
||||
FILESMODE= 644
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user