Makefile revision 1.39
11.39Sriastrad# $NetBSD: Makefile,v 1.39 2024/01/25 00:30:57 riastradh Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.include <bsd.own.mk> 51.1Spooka 61.1SpookaTESTSDIR= ${TESTSBASE}/usr.bin 71.1Spooka 81.36SrilligTESTS_SUBDIRS= awk basename bzip2 cc cmp compress config cpio col cut \ 91.38Srillig diff dirname error find fstat gdb grep gzip id indent \ 101.39Sriastrad infocmp jot ld locale m4 make mixerctl mkdep mtree nbperf \ 111.37Skre netpgpverify patch pkill pr printf pwhash realpath rump_server \ 121.33Sjruoho shmif_dumpbus sdiff sed sort tar tmux tr unifdef uniq \ 131.33Sjruoho vmstat xlint ztest 141.1Spooka 151.25Skamil.if ${MKCXX} != "no" 161.25SkamilTESTS_SUBDIRS+= c++ 171.25Skamil.endif 181.25Skamil 191.1Spooka.include <bsd.test.mk> 20