freebsd-skq/usr.bin/tar/Makefile.am
Tim Kientzle e11aae440c Remove configure.ac.in and the 'distfile' target from
the FreeBSD makefile.  This is a step towards cleaning
out the non-FreeBSD bits from the FreeBSD source tree.
2006-03-08 02:49:12 +00:00

21 lines
387 B
Makefile

# $FreeBSD$
# Process this file with automake to create Makefile.in
bin_PROGRAMS= bsdtar
bsdtar_SOURCES= \
bsdtar.c \
bsdtar.h \
bsdtar_platform.h \
getdate.y \
matching.c \
read.c \
tree.c \
tree.h \
util.c \
write.c
bsdtar_LDADD= -L../libarchive -larchive -lbz2 -lz
bsdtar_CPPFLAGS= -I../libarchive
dist_man_MANS= bsdtar.1
EXTRA_DIST= test/test.sh