summaryrefslogtreecommitdiff
path: root/distrib/special
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-11 05:37:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-11 05:37:19 +0000
commit2ef37745efe9f18662d1cbe93537bc43746d5f30 (patch)
treef191e806268b8cc6533d00ea8cb3685735234144 /distrib/special
parenteaf0b0c8fcd36b2f32ba9aa5516f4ebd15414e4b (diff)
Butcher a smaller tar/pax here, which has no cpio support
ok guenther
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/Makefile4
-rw-r--r--distrib/special/pax/Makefile11
2 files changed, 13 insertions, 2 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile
index a38b310a0a4..883f4b07648 100644
--- a/distrib/special/Makefile
+++ b/distrib/special/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.29 2014/01/09 15:02:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.30 2014/01/11 05:37:16 deraadt Exp $
SUBDIR= libstubs \
arch date dd dhclient dmesg ed ftp grep gzip ifconfig init \
- kbd less md5 more mt newfs ping restore sed sysctl signify \
+ kbd less md5 more mt newfs pax ping restore sed sysctl signify \
ztsscale
install:
diff --git a/distrib/special/pax/Makefile b/distrib/special/pax/Makefile
new file mode 100644
index 00000000000..d7825b3c11b
--- /dev/null
+++ b/distrib/special/pax/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2014/01/11 05:37:18 deraadt Exp $
+
+.PATH: ${.CURDIR}/../../../bin/pax
+CFLAGS+=-DNOCPIO -I${.CURDIR}/../../../bin/pax
+
+PROG= pax
+SRCS= ar_io.c ar_subs.c buf_subs.c cache.c file_subs.c ftree.c\
+ gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
+ tar.c tty_subs.c
+
+.include <bsd.prog.mk>