aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-17 21:52:55 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-17 21:52:55 +0000
commit1d9b2fdb21cd9c126d7d37cca28e7132bf964be6 (patch)
tree9dc9b793e03283a062e72bd7cefa60c2bfefffaa /usr.bin
parentf305d4bef730830f5f8fecdb27895974f17c1a6c (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cpio/test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cpio/test/Makefile b/usr.bin/cpio/test/Makefile
index 9bdf6136e91f..e1b94f19a4cc 100644
--- a/usr.bin/cpio/test/Makefile
+++ b/usr.bin/cpio/test/Makefile
@@ -7,7 +7,7 @@ CPIO_SRCDIR=${.CURDIR}/..
CPIO_SRCS= cmdline.c
.PATH: ${.CURDIR}/../../../lib/libarchive/libarchive_fe
-TAR_SRCS= err.c pathmatch.c
+CPIO_SRCS+= err.c pathmatch.c
TESTS= \
test_0.c \
@@ -40,7 +40,6 @@ TESTS= \
# Build the test program
SRCS= list.h \
${CPIO_SRCS} \
- ${TAR_SRCS} \
${TESTS} \
main.c