summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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