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:
parent
5166d20d98
commit
74c3bf4ac0
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CONFS= apmd.conf
|
||||
PROG= apmd
|
||||
MAN= apmd.8
|
||||
MANSUBDIR= /i386
|
||||
|
Loading…
Reference in New Issue
Block a user