Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.19
      1  1.19    gson #	$NetBSD: Makefile,v 1.19 2014/01/07 16:47:13 gson 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.15  martin 		diff dirname find grep gzip id infocmp jot m4 make mkdep \
     10  1.17     agc 		nbperf netpgpverify pr rump_server shmif_dumpbus sdiff \
     11  1.19    gson 		sed sort tmux tr unifdef vmstat xlint
     12   1.1   pooka 
     13   1.1   pooka .include <bsd.test.mk>
     14