Move apmd.conf to CONFS in usr.sbin/apmd which simplifies this nicely.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D16431
This commit is contained in:
Brad Davis 2018-07-26 16:51:23 +00:00
parent 5166d20d98
commit 74c3bf4ac0
3 changed files with 1 additions and 6 deletions

View File

@ -76,12 +76,6 @@ BSM_ETC_DIR= ${DESTDIR}/etc/security
BIN1+= amd.map
.endif
.if ${MACHINE} == "i386"
.if ${MK_APM} != "no"
BIN1+= apmd.conf
.endif
.endif
.if ${MK_AUTOFS} != "no"
BIN1+= auto_master
.endif

View File

@ -1,5 +1,6 @@
# $FreeBSD$
CONFS= apmd.conf
PROG= apmd
MAN= apmd.8
MANSUBDIR= /i386