From 092e8d521383de64fa42bb6ae345903892f5035b Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:50:12 +0000 Subject: MFC r291329: Remove redundant DPSRCS which were already in SRCS. --- lib/libarchive/tests/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libarchive/tests') diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 3cd85f7..ddb36fa 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -247,9 +247,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 DPADD.libarchive_test= ${LIBARCHIVE} -- cgit v1.1