1 1.25 kamil # $NetBSD: Makefile,v 1.25 2017/05/14 00:07:07 kamil 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.12 jruoho TESTS_SUBDIRS= awk basename bzip2 cc cmp config cut \ 9 1.21 gson diff dirname find gdb grep gzip id \ 10 1.24 kre infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \ 11 1.24 kre pkill pr rump_server shmif_dumpbus sdiff \ 12 1.22 abhinav sed sort tmux tr unifdef uniq vmstat xlint 13 1.1 pooka 14 1.25 kamil .if ${MKCXX} != "no" 15 1.25 kamil TESTS_SUBDIRS+= c++ 16 1.25 kamil .endif 17 1.25 kamil 18 1.1 pooka .include <bsd.test.mk> 19