From: deraadt Date: Sat, 11 Jan 2014 05:37:16 +0000 (+0000) Subject: Butcher a smaller tar/pax here, which has no cpio support X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ff7b108ea98df24256cdeb8d41f820547af2ba23;p=openbsd Butcher a smaller tar/pax here, which has no cpio support ok guenther --- 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