Unleashed v1.4
[unleashed.git] / bin / pax / Makefile
blob1789068f68b400a636adf704b145b02215114c75
1 # $OpenBSD: Makefile,v 1.12 2016/08/23 06:00:28 guenther Exp $
3 PROG= pax
4 SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\
5 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
6 tar.c tty_subs.c
7 # compat
8 SRCS+= pwcache.c strmode.c dprintf.c
10 # XXX for the time being, we need this to get the standard versions of
11 # reentrant functions
12 CPPFLAGS+= -D_POSIX_PTHREAD_SEMANTICS
14 # For now, our tar(1) and cpio(1) don't come from here.
15 #MAN= pax.1 tar.1 cpio.1
16 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
18 .include <prog.mk>