xref: /dragonfly/bin/pax/Makefile (revision 0ca59c34)
1#       @(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/bin/pax/Makefile,v 1.5.2.1 2001/08/01 05:03:11 obrien Exp $
3# $DragonFly: src/bin/pax/Makefile,v 1.5 2006/09/27 19:18:00 pavalos Exp $
4
5PROG=   pax
6SRCS=	ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
7	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
8	tables.c tar.c tty_subs.c
9
10WARNS?=	2
11#MAN=	pax.1 tar.1 cpio.1
12#LINKS=	${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
13
14.include <bsd.prog.mk>
15