Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.40.2.1
      1  1.40.2.1  perseant #	$NetBSD: Makefile,v 1.40.2.1 2025/08/02 05:58:12 perseant 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.40.2.1  perseant 		diff dirname error find fstat ftp gcov gdb grep gzip id indent \
     10      1.39  riastrad 		infocmp jot ld locale m4 make mixerctl mkdep mtree nbperf \
     11      1.37       kre 		netpgpverify patch pkill pr printf pwhash realpath rump_server \
     12  1.40.2.1  perseant 		shmif_dumpbus shmif_pcapin sdiff sed sort stat tar tmux tr \
     13  1.40.2.1  perseant 		unifdef uniq 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