Append to CPIO_SRCS instead of using TAR_SRCS,

the variable name is misleading

MFC after:	2 weeks
This commit is contained in:
Martin Matuska 2011-07-17 21:52:55 +00:00
parent f305d4bef7
commit 1d9b2fdb21

View File

@ -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