summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-07-28 18:00:45 +0000
committerantoine <antoine@FreeBSD.org>2008-07-28 18:00:45 +0000
commit41ca50f84b199c742b1c255fe77bc649984971f4 (patch)
tree57a709804c268f5c6876bc46bcdc280d82f4e9dc
parent62eb6bc8c923597712d0aefa17a3876d6db55450 (diff)
downloadFreeBSD-src-41ca50f84b199c742b1c255fe77bc649984971f4.zip
FreeBSD-src-41ca50f84b199c742b1c255fe77bc649984971f4.tar.gz
Add files to remove when MK_GNU_CPIO = no
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc6
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
OpenPOWER on IntegriCloud