Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.26
      1 #	$NetBSD: Makefile,v 1.26 2018/09/05 21:05:40 kre Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=       ${TESTSBASE}/usr.bin
      7 
      8 TESTS_SUBDIRS=	awk basename bzip2 cc cmp config cut \
      9 		diff dirname find gdb grep gzip id \
     10 		infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \
     11 		pkill pr printf rump_server shmif_dumpbus sdiff \
     12 		sed sort tmux tr unifdef uniq vmstat xlint
     13 
     14 .if ${MKCXX} != "no"
     15 TESTS_SUBDIRS+=	c++
     16 .endif
     17 
     18 .include <bsd.test.mk>
     19