o Correct quirks entry for a MP3 player
[dragonfly.git] / bin / pax / Makefile
blob279d368859861e2b2e4ee219206ec58c4e37cac4
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 $
5 PROG= pax
6 SRCS= 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
10 WARNS?= 0 # Not yet
11 #MAN= pax.1 tar.1 cpio.1
12 #LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
14 .include <bsd.prog.mk>