summaryrefslogtreecommitdiffstats
path: root/contrib/cpio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cpio/Makefile')
-rw-r--r--contrib/cpio/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/cpio/Makefile b/contrib/cpio/Makefile
deleted file mode 100644
index f9538e2..0000000
--- a/contrib/cpio/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id: Makefile,v 1.2 1997/03/30 00:10:07 obrien Exp $
-
-.PATH: ${.CURDIR}/../../../contrib/cpio
-
-PROG= cpio
-MAN1= cpio.1
-
-CFLAGS+= -I${.CURDIR} -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 \
- -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 \
- -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1 -DHAVE_LCHOWN \
- -DHAVE_SYS_PARAM_H=1
-
-SRCS = copyin.c copyout.c copypass.c defer.c dirname.c dstring.c error.c \
- filemode.c getopt.c getopt1.c global.c idcache.c main.c makepath.c \
- rtapelib.c stripslash.c tar.c userspec.c util.c version.c \
- xmalloc.c xstrdup.c
-
-SRCS+= lchown.c
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud