diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 18:50:12 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 18:50:12 +0000 |
commit | 092e8d521383de64fa42bb6ae345903892f5035b (patch) | |
tree | 9d76ec05fc4f63bf86e703c0eb323cc4f7d0d736 /usr.bin | |
parent | b38bd3ffca01aa63bc4fd28719bc4d261c312c78 (diff) | |
download | FreeBSD-src-092e8d521383de64fa42bb6ae345903892f5035b.zip FreeBSD-src-092e8d521383de64fa42bb6ae345903892f5035b.tar.gz |
MFC r291329:
Remove redundant DPSRCS which were already in SRCS.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cpio/tests/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/tar/tests/Makefile | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/cpio/tests/Makefile b/usr.bin/cpio/tests/Makefile index 9e0b1eb..3eaa9cf 100644 --- a/usr.bin/cpio/tests/Makefile +++ b/usr.bin/cpio/tests/Makefile @@ -78,9 +78,6 @@ SRCS.bsdcpio_test= list.h \ ${TESTS_SRCS} \ main.c -DPSRCS.bsdcpio_test= \ - list.h - .PATH: ${LIBARCHIVEDIR}/test_utils SRCS.bsdcpio_test+= test_utils.c diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile index c356009..c078ed9 100644 --- a/usr.bin/tar/tests/Makefile +++ b/usr.bin/tar/tests/Makefile @@ -78,8 +78,6 @@ SRCS.bsdtar_test= \ list.h \ main.c -DPSRCS.bsdtar_test+= list.h - .PATH: ${LIBARCHIVEDIR}/test_utils SRCS.bsdtar_test+= test_utils.c |