diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2011-07-17 21:52:55 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-17 21:52:55 +0000 |
| commit | 1d9b2fdb21cd9c126d7d37cca28e7132bf964be6 (patch) | |
| tree | 9dc9b793e03283a062e72bd7cefa60c2bfefffaa | |
| parent | f305d4bef730830f5f8fecdb27895974f17c1a6c (diff) | |
Notes
| -rw-r--r-- | usr.bin/cpio/test/Makefile | 3 |
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 |
