summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-24 14:04:38 +0000
committerantoine <antoine@FreeBSD.org>2010-01-24 14:04:38 +0000
commitb5133178146d1ebfee25996f82800948fbe4db27 (patch)
tree2fb41638782a8fff39f542673af4f4a8c9732e85 /tools/build
parentdcf19c32bab6a4a21009ace0758ab65d1a1570c4 (diff)
downloadFreeBSD-src-b5133178146d1ebfee25996f82800948fbe4db27.zip
FreeBSD-src-b5133178146d1ebfee25996f82800948fbe4db27.tar.gz
Add files to remove when MK_CPP=no.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 0181068..66924be 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -624,9 +624,10 @@ OLD_FILES+=usr/share/man/man8/zfs.8.gz
OLD_FILES+=usr/share/man/man8/zpool.8.gz
.endif
-#.if ${MK_CPP} == no
-# to be filled in
-#.endif
+.if ${MK_CPP} == no
+OLD_FILES+=usr/bin/cpp
+OLD_FILES+=usr/share/man/man1/cpp.1.gz
+.endif
#.if ${MK_CRYPT} == no
# to be filled in
OpenPOWER on IntegriCloud