1 1.37 kre # $NetBSD: Makefile,v 1.37 2022/07/21 09:52:48 kre Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.1 pooka .include <bsd.own.mk> 5 1.1 pooka 6 1.1 pooka TESTSDIR= ${TESTSBASE}/usr.bin 7 1.1 pooka 8 1.36 rillig TESTS_SUBDIRS= awk basename bzip2 cc cmp compress config cpio col cut \ 9 1.31 jruoho diff dirname find fstat gdb grep gzip id indent \ 10 1.33 jruoho infocmp jot ld locale m4 make mixerctl mkdep nbperf \ 11 1.37 kre netpgpverify patch pkill pr printf pwhash realpath rump_server \ 12 1.33 jruoho shmif_dumpbus sdiff sed sort tar tmux tr unifdef uniq \ 13 1.33 jruoho vmstat xlint ztest 14 1.1 pooka 15 1.25 kamil .if ${MKCXX} != "no" 16 1.25 kamil TESTS_SUBDIRS+= c++ 17 1.25 kamil .endif 18 1.25 kamil 19 1.1 pooka .include <bsd.test.mk> 20