diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-24 14:04:38 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-24 14:04:38 +0000 |
commit | b5133178146d1ebfee25996f82800948fbe4db27 (patch) | |
tree | 2fb41638782a8fff39f542673af4f4a8c9732e85 /tools/build/mk | |
parent | dcf19c32bab6a4a21009ace0758ab65d1a1570c4 (diff) | |
download | FreeBSD-src-b5133178146d1ebfee25996f82800948fbe4db27.zip FreeBSD-src-b5133178146d1ebfee25996f82800948fbe4db27.tar.gz |
Add files to remove when MK_CPP=no.
Diffstat (limited to 'tools/build/mk')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 7 |
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 |