summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/Makefile.am
blob: ce565c04bd62e5161504a5aa031a0227c4ceff35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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
OpenPOWER on IntegriCloud