1 1.45 wiz # $NetBSD: Makefile,v 1.45 2026/01/30 09:01:08 wiz 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.44 nia diff diff3 dirname error find fstat ftp gcov gdb grep gzip id \ 10 1.44 nia indent infocmp jot ld locale m4 make mixerctl mkdep mtree \ 11 1.45 wiz nbperf netpgpkeys netpgpverify patch pkill pr printf pwhash \ 12 1.45 wiz realpath rump_server \ 13 1.45 wiz shmif_dumpbus shmif_pcapin sdiff sed sort stat \ 14 1.44 nia tar tmux tr unifdef uniq vmstat xlint ztest 15 1.1 pooka 16 1.25 kamil .if ${MKCXX} != "no" 17 1.25 kamil TESTS_SUBDIRS+= c++ 18 1.25 kamil .endif 19 1.25 kamil 20 1.1 pooka .include <bsd.test.mk> 21