xref: /dragonfly/bin/pax/Makefile (revision c37c9ab3)
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
4PROG=   pax
5SRCS=	ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c \
6	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
7	tables.c tar.c tty_subs.c
8
9WARNS?=	2
10#MAN=	pax.1 tar.1 cpio.1
11#LINKS=	${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
12
13.include <bsd.prog.mk>
14