summaryrefslogtreecommitdiff
path: root/distrib/special/pax/Makefile
blob: d60465e469ce5a89f8bb5052f28b8459cdc32f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 2023/09/04 17:08:03 jca Exp $

.PATH:  ${.CURDIR}/../../../bin/pax
CFLAGS+=-DNOCPIO -DSMALL -I${.CURDIR}/../../../bin/pax

PROG=   pax
SRCS=	ar_io.c ar_subs.c buf_subs.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>