Merge branch 'vendor/DIFFUTILS'
[dragonfly.git] / bin / pax / Makefile
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
4 PROG=   pax
5 SRCS=   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
9 WARNS?= 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>