1 # $OpenBSD: Makefile,v 1.12 2016/08/23 06:00:28 guenther Exp $
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\
8 SRCS
+= pwcache.c strmode.c dprintf.c
10 # XXX for the time being, we need this to get the standard versions of
12 CPPFLAGS
+= -D_POSIX_PTHREAD_SEMANTICS
13 # XXX for the time being we also need to specify we want to work with 64-bit
15 CPPFLAGS
+= -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS
=64
17 # For now, our tar(1) and cpio(1) don't come from here.
18 #MAN= pax.1 tar.1 cpio.1
19 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio