inet6: require RTF_ANNOUNCE to proxy NS
[dragonfly.git] / bin / pax / Makefile
blob77cf2c08cf6125674153abb5550f49644afa1ec2
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 $
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
9 WARNS?= 2
10 #MAN= pax.1 tar.1 cpio.1
11 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
13 .include <bsd.prog.mk>