diff options
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 023f7f3..015eacc 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -394,6 +394,12 @@ OLD_FILES+=usr/share/man/man1/gcov.1.gz # to be filled in #.endif +.if ${MK_GNU_CPIO} == no +OLD_FILES+=usr/bin/gcpio +OLD_FILES+=usr/share/info/cpio.info.gz +OLD_FILES+=usr/share/man/man1/gcpio.1.gz +.endif + #.if ${MK_GPIB} == no # none #.endif |