summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio/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/cpio/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/cpio/Makefile')
-rw-r--r--gnu/usr.bin/cpio/Makefile80
1 files changed, 0 insertions, 80 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
deleted file mode 100644
index c31527b..0000000
--- a/gnu/usr.bin/cpio/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-# $FreeBSD$
-
-CPIODIR= ${.CURDIR}/../../../contrib/cpio
-.PATH: ${CPIODIR}/lib ${CPIODIR}/src ${CPIODIR}/doc
-
-SUBDIR= doc
-
-PROG= gcpio
-SRCS= copyin.c \
- copyout.c \
- copypass.c \
- defer.c \
- dstring.c \
- filemode.c \
- global.c \
- idcache.c \
- main.c \
- makepath.c \
- tar.c \
- userspec.c \
- util.c \
- argp-ba.c \
- argp-eexst.c \
- argp-fmtstream.c \
- argp-fs-xinl.c \
- argp-help.c \
- argp-parse.c \
- argp-pin.c \
- argp-pv.c \
- argp-pvh.c \
- argp-xinl.c \
- basename.c \
- dirname.c \
- error.c \
- exitfail.c \
- fatal.c \
- full-write.c \
- getopt.c \
- getopt1.c \
- hash.c \
- mempcpy.c \
- paxerror.c \
- paxexit.c \
- paxnames.c \
- quote.c \
- quotearg.c \
- rtapelib.c \
- safe-read.c \
- safe-write.c \
- strchrnul.c \
- stripslash.c \
- strndup.c \
- strnlen.c \
- umaxtostr.c \
- utimens.c \
- xalloc-die.c \
- xmalloc.c \
- xstrndup.c \
- alloca.h \
- getopt.h
-CSTD=gnu89
-
-CLEANFILES+= alloca.h getopt.h
-
-getopt.h: getopt_.h
- ln -fs ${.ALLSRC} ${.TARGET}
-
-alloca.h: alloca_.h
- ln -fs ${.ALLSRC} ${.TARGET}
-
-CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -I${CPIODIR}/src \
- -DHAVE_CONFIG_H -DHAVE_MKFIFO -DHAVE_SETLOCALE -DHAVE_LSTAT
-
-gcpio.1: ${CPIODIR}/doc/cpio.1
- cat ${CPIODIR}/doc/cpio.1 >gcpio.1
-
-SYMLINKS=gcpio ${BINDIR}/cpio
-MLINKS=gcpio.1 cpio.1
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud