freebsd-dev/usr.bin/tar/Makefile.am
2005-04-24 05:53:37 +00:00

22 lines
351 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= -larchive -lbz2 -lz
dist_man_MANS= bsdtar.1
DISTCLEANFILES= getdate.c getdate.h