summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-26 17:02:32 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-26 17:02:32 +0000
commitc77aa7eff5c02dcd44470555b9ff20e043cbbfe5 (patch)
tree5a2fbc89ff7ee943a93256a784acba403a9475db /gnu/usr.bin/Makefile
parent8e6a6c380c1336a18e76be1d009aed8c83774fd1 (diff)
downloadFreeBSD-src-c77aa7eff5c02dcd44470555b9ff20e043cbbfe5.zip
FreeBSD-src-c77aa7eff5c02dcd44470555b9ff20e043cbbfe5.tar.gz
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. Blessed by: kientzle With hat: secteam MFC after: 3 days
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index bfb4d93..18add27 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -4,7 +4,6 @@
SUBDIR= ${_binutils} \
${_cc} \
- ${_cpio} \
${_cvs} \
dialog \
diff \
@@ -28,10 +27,6 @@ _groff= groff
.endif
.endif
-.if ${MK_GNU_CPIO} == "yes"
-_cpio= cpio
-.endif
-
.if ${MK_CVS} != "no"
_cvs= cvs
.endif
OpenPOWER on IntegriCloud