mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Honor MK_API in etc/rc.d
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5b57c67cc6
commit
4290777e25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277732
@ -12,8 +12,6 @@ FILES= DAEMON \
|
||||
addswap \
|
||||
adjkerntz \
|
||||
amd \
|
||||
apm \
|
||||
apmd \
|
||||
archdep \
|
||||
atm1 \
|
||||
atm2 \
|
||||
@ -158,6 +156,11 @@ FILES= DAEMON \
|
||||
FILES+= power_profile
|
||||
.endif
|
||||
|
||||
.if ${MK_APM} != "no"
|
||||
FILES+= apm
|
||||
FILES+= apmd
|
||||
.endif
|
||||
|
||||
.if ${MK_AUTOFS} != "no"
|
||||
FILES+= automount
|
||||
FILES+= automountd
|
||||
|
@ -50,6 +50,8 @@ OLD_FILES+=usr/share/man/man8/wire-test.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_APM} == no
|
||||
OLD_FILES+=etc/rc.d/apm
|
||||
OLD_FILES+=etc/rc.d/apmd
|
||||
OLD_FILES+=etc/apmd.conf
|
||||
OLD_FILES+=usr/sbin/apm
|
||||
OLD_FILES+=usr/share/examples/etc/apmd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user