Makefile revision 1.45
1# $NetBSD: Makefile,v 1.45 2026/01/30 09:01:08 wiz Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR= ${TESTSBASE}/usr.bin 7 8TESTS_SUBDIRS= awk basename bzip2 cc cmp compress config cpio col cut \ 9 diff diff3 dirname error find fstat ftp gcov gdb grep gzip id \ 10 indent infocmp jot ld locale m4 make mixerctl mkdep mtree \ 11 nbperf netpgpkeys netpgpverify patch pkill pr printf pwhash \ 12 realpath rump_server \ 13 shmif_dumpbus shmif_pcapin sdiff sed sort stat \ 14 tar tmux tr unifdef uniq vmstat xlint ztest 15 16.if ${MKCXX} != "no" 17TESTS_SUBDIRS+= c++ 18.endif 19 20.include <bsd.test.mk> 21