From 682e107237fbf9fe2a2822bc74edeebf81f075aa Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 24 Jan 2010 14:04:38 +0000 Subject: [PATCH] Add files to remove when MK_CPP=no. --- tools/build/mk/OptionalObsoleteFiles.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 01810689218d..66924be08412 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