diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
commit | de581115311a750bf33d6235ae4ac8eae762c259 (patch) | |
tree | 8fa3ab9fc0b2eadd788ee7deaf07b5dd3392b82e /usr.bin/tar | |
parent | efa7d696b4c82583e4dd816996d2c2b39f231817 (diff) | |
download | FreeBSD-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 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/tests/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile index b1cccfe..02918b3 100644 --- a/usr.bin/tar/tests/Makefile +++ b/usr.bin/tar/tests/Makefile @@ -75,8 +75,6 @@ SRCS.bsdtar_test= \ list.h \ main.c -DPSRCS.bsdtar_test+= list.h - .PATH: ${LIBARCHIVEDIR}/test_utils SRCS.bsdtar_test+= test_utils.c |