summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2010-02-07 02:00:26 +0000
committerkientzle <kientzle@FreeBSD.org>2010-02-07 02:00:26 +0000
commita405ab8bd4b54c290a83c59ee78dfd001568834d (patch)
tree9c540137fcbc6850f0fd47cab1694094ae3b6824 /usr.bin/tar/Makefile
parente3debd74cb13f99f183614845c9e80b401a4939a (diff)
downloadFreeBSD-src-a405ab8bd4b54c290a83c59ee78dfd001568834d.zip
FreeBSD-src-a405ab8bd4b54c290a83c59ee78dfd001568834d.tar.gz
Merge a bunch of refactoring from Joerg Sonnenberger to
isolate common code used by tar and cpio (and useful to other libarchive clients). The functions here are prefixed with "lafe" (libarchive front-end) to indicate their use.
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r--usr.bin/tar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index b2eb4c2..29abcc5 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -7,7 +7,9 @@ SRCS= bsdtar.c \
cmdline.c \
err.c \
getdate.c \
+ line_reader.c \
matching.c \
+ pathmatch.c \
read.c \
subst.c \
tree.c \
OpenPOWER on IntegriCloud