summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/Makefile.am
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-08-07 03:24:49 +0000
committerkientzle <kientzle@FreeBSD.org>2004-08-07 03:24:49 +0000
commita34feb1b97eeddad92bc8a7aab3be391247ff685 (patch)
tree8cd1365aae2daecf40fb6ba0c152ff1f524aa6c6 /usr.bin/tar/Makefile.am
parent237a0ce1f8117c40c606f8734ead347261516646 (diff)
downloadFreeBSD-src-a34feb1b97eeddad92bc8a7aab3be391247ff685.zip
FreeBSD-src-a34feb1b97eeddad92bc8a7aab3be391247ff685.tar.gz
Add "make distfile" capabilities to bsdtar, including informational
COPYING file and some conditional compilation cleanups.
Diffstat (limited to 'usr.bin/tar/Makefile.am')
-rw-r--r--usr.bin/tar/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/tar/Makefile.am b/usr.bin/tar/Makefile.am
new file mode 100644
index 0000000..e9dc2f9
--- /dev/null
+++ b/usr.bin/tar/Makefile.am
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+# Process this file with automake to create Makefile.in
+
+bin_PROGRAMS= bsdtar
+bsdtar_SOURCES= \
+ bsdtar.c \
+ bsdtar.h \
+ bsdtar_platform.h \
+ fts.c \
+ fts.h \
+ matching.c \
+ read.c \
+ util.c \
+ write.c
+bsdtar_LDADD= -larchive -lbz2 -lz
+
+dist_man_MANS= bsdtar.1
OpenPOWER on IntegriCloud