summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-04-03 11:20:09 +0000
committerobrien <obrien@FreeBSD.org>1997-04-03 11:20:09 +0000
commit9058d2928ce0856e2986df36435e93cdb58823df (patch)
treee0ceee577c0e806f7c9a8f42156a0feedcc51c99 /gnu
parent6a670141fde87f69cc7afe35f5f05e4c04bd37be (diff)
downloadFreeBSD-src-9058d2928ce0856e2986df36435e93cdb58823df.zip
FreeBSD-src-9058d2928ce0856e2986df36435e93cdb58823df.tar.gz
Bmake Makefiles for GNU cpio.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cpio/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
new file mode 100644
index 0000000..3030eee
--- /dev/null
+++ b/gnu/usr.bin/cpio/Makefile
@@ -0,0 +1,24 @@
+# Note that this files is under a "BSD" copyright (c) by David O'Brien 1997,
+# even though it may live in src/gnu/...
+
+# $Id: Makefile,v 1.2 1997/03/30 00:23:37 obrien Exp $
+
+.PATH: ${.CURDIR}/../../../contrib/cpio
+
+SUBDIR= doc
+
+PROG= cpio
+MAN1= cpio.1
+
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../contrib/cpio
+CFLAGS+= -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
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud