tools/llvm: Do not build with symbols
[minix3.git] / tests / usr.bin / bzip2 / Makefile
bloba9e9cbf8cda7280b15ab591d8743d0b34893addb
1 # $NetBSD: Makefile,v 1.3 2012/05/07 08:51:47 wiz Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/usr.bin/bzip2
9 TESTS_SH= t_bzip2
11 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist
12 .PATH: ${DIST}
14 FILESDIR= ${TESTSDIR}
15 .for f in sample1.bz2 sample1.ref sample2.bz2 sample2.ref \
16 sample3.bz2 sample3.ref
17 FILES+= ${f}
18 FILESNAME_${f}= d_${f}
19 .endfor
21 .include <bsd.test.mk>