-# $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:
--- /dev/null
+# $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>