summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-29 18:24:08 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-29 18:24:08 +0000
commit70d4783088d7892b70a079e52d770e6c7e930bce (patch)
treeb0ef7c88aa99a99b08d8f03f68b20b639dca5b20 /usr.bin
parentea19a2d365de4656d1229118225a97974cf9c909 (diff)
downloadFreeBSD-src-70d4783088d7892b70a079e52d770e6c7e930bce.zip
FreeBSD-src-70d4783088d7892b70a079e52d770e6c7e930bce.tar.gz
MFC r205702:
Remove GNU cpio after fix of CVE-2010-0624. Note that this is actually a no-op for most users, as this GNU cpio was broken on -HEAD and 8-STABLE since last March until the recent fix. FreeBSD 8.0+ uses BSD cpio by default and the code is being actively maintained.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cpio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index c64ab6c..f2fe632 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -19,10 +19,8 @@ LDADD+= -larchive -lz -lbz2 -lmd
LDADD+= -lcrypto
.endif
-.if ${MK_GNU_CPIO} != "yes"
SYMLINKS=bsdcpio ${BINDIR}/cpio
MLINKS= bsdcpio.1 cpio.1
-.endif
.PHONY: check test
OpenPOWER on IntegriCloud