]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/pax/Makefile
freebsd-update: handle directories changing to files
[FreeBSD/FreeBSD.git] / bin / pax / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 .include <src.opts.mk>
4
5 PACKAGE=runtime
6 PROG=   pax
7 SRCS=   ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
8         gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
9         tables.c tar.c tty_subs.c
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.prog.mk>