fix leftover protocmp warnings
[unleashed.git] / bin / pax / Makefile
blob212536083ba28ed23a13a726db917d04854b315f
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
13 # XXX for the time being we also need to specify we want to work with 64-bit
14 # files.
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
21 .include <prog.mk>