Purge some old apmd files

Approved by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D16373
This commit is contained in:
Brad Davis 2018-07-21 00:12:41 +00:00
parent 4a3caf8012
commit a3b6b79f57
3 changed files with 3 additions and 5 deletions

View File

@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20180721: Purge some old forgotten apmd files
OLD_FILES+=etc/apmd.conf
OLD_FILES+=etc/rc.d/apmd
# 20180721: move of libmlx5.so.1 and libibverbs.so.1
OLD_LIBS+=usr/lib/libmlx5.so.1
OLD_LIBS+=usr/lib/libibverbs.so.1

View File

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

View File

@ -157,7 +157,6 @@ AMDPACKAGE= amd
.if ${MK_APM} != "no"
FILESGROUPS+= APM
APM+= apm
APM+= apmd
APMPACKAGE= apm
.endif