summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-25 20:38:07 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-25 20:38:07 +0000
commitde581115311a750bf33d6235ae4ac8eae762c259 (patch)
tree8fa3ab9fc0b2eadd788ee7deaf07b5dd3392b82e /lib/libarchive
parentefa7d696b4c82583e4dd816996d2c2b39f231817 (diff)
downloadFreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.zip
FreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.tar.gz
Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index bf225b6..a7de76b 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -244,9 +244,7 @@ BROKEN_TESTS+= test_fuzz_rar
SRCS.libarchive_test= \
${TESTS_SRCS} \
main.c \
- read_open_memory.c
-
-DPSRCS.libarchive_test= \
+ read_open_memory.c \
list.h
LIBADD.libarchive_test= archive
OpenPOWER on IntegriCloud