1# @(#)Makefile 8.1 (Berkeley) 5/31/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6PACKAGE=runtime 7PROG= pax 8SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \ 9 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \ 10 tables.c tar.c tty_subs.c 11 12HAS_TESTS= 13SUBDIR.${MK_TESTS}+= tests 14 15.include <bsd.prog.mk> 16