summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-02 02:53:52 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-02 02:53:52 +0000
commit2f4f21d8e2787cfff3bf6507a98b134001a36099 (patch)
tree42fa3156daa80ae8a88bfb5acdfab7c14e8a8881 /tools/build
parent883659d9196ebacd2cd181a3c4d1ccc8d056262c (diff)
downloadFreeBSD-src-2f4f21d8e2787cfff3bf6507a98b134001a36099.zip
FreeBSD-src-2f4f21d8e2787cfff3bf6507a98b134001a36099.tar.gz
- Remove more files when MK_DMAGENT == no and move the chunk into its alphabetical place
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc15
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 71d58e4..fed5fc7 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1552,6 +1552,14 @@ OLD_FILES+=usr/share/dict/words
OLD_DIRS+=usr/share/dict
.endif
+.if ${MK_DMAGENT} == no
+OLD_FILES+=etc/dma/dma.conf
+OLD_FILES+=usr/libexec/dma
+OLD_FILES+=usr/libexec/dma-mbox-create
+OLD_FILES+=usr/share/man/man8/dma.8.gz
+OLD_FILES+=usr/share/examples/dma/mailer.conf
+.endif
+
.if ${MK_EE} == no
OLD_FILES+=usr/bin/edit
OLD_FILES+=usr/bin/ee
@@ -5157,13 +5165,6 @@ OLD_FILES+=usr/bin/svnsync
OLD_FILES+=usr/bin/svnversion
.endif
-.if ${MK_DMAGENT} == no
-OLD_FILES+=usr/libexec/dma
-OLD_FILES+=usr/libexec/dma-mbox-create
-OLD_FILES+=usr/share/man/man8/dma.8.gz
-OLD_FILES+=usr/share/examples/dma/mailer.conf
-.endif
-
.if ${MK_HYPERV} == no
OLD_FILES+=etc/devd/hyperv.conf
OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
OpenPOWER on IntegriCloud