aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-03-29 18:24:08 +0000
committerXin LI <delphij@FreeBSD.org>2010-03-29 18:24:08 +0000
commit92fc47574f4d3801c5ce32d88c37c1f90109e17b (patch)
treeb0ef7c88aa99a99b08d8f03f68b20b639dca5b20 /tools
parentac39796e383e89da522f963c85a266e615b10e6d (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc6
-rw-r--r--tools/build/options/WITH_GNU_CPIO6
2 files changed, 0 insertions, 12 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index e8c1f1f11bb3..2ac84a74d125 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -394,12 +394,6 @@ 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
diff --git a/tools/build/options/WITH_GNU_CPIO b/tools/build/options/WITH_GNU_CPIO
deleted file mode 100644
index b4e756ae18b0..000000000000
--- a/tools/build/options/WITH_GNU_CPIO
+++ /dev/null
@@ -1,6 +0,0 @@
-.\" $FreeBSD$
-Set to build GNU cpio as a part of the base system,
-and symlink
-.Pa /usr/bin/cpio
-to this version.
-(This will override the symlink to the BSD version.)