Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.24.2.1
      1  1.24.2.1  pgoyette #	$NetBSD: Makefile,v 1.24.2.1 2017/05/19 00:22:59 pgoyette 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.24.2.1  pgoyette .if ${MKCXX} != "no"
     15  1.24.2.1  pgoyette TESTS_SUBDIRS+=	c++
     16  1.24.2.1  pgoyette .endif
     17  1.24.2.1  pgoyette 
     18       1.1     pooka .include <bsd.test.mk>
     19