22 lines
414 B
Makefile
22 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/05/07 08:51:47 wiz Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/bzip2
|
|
|
|
TESTS_SH= t_bzip2
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
|
|
.PATH: ${DIST}
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
.for f in sample1.bz2 sample1.ref sample2.bz2 sample2.ref \
|
|
sample3.bz2 sample3.ref
|
|
FILES+= ${f}
|
|
FILESNAME_${f}= d_${f}
|
|
.endfor
|
|
|
|
.include <bsd.test.mk>
|