Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.17
      1  1.17     agc #	$NetBSD: Makefile,v 1.17 2012/11/20 08:02:06 agc 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.17     agc 		sed sort tmux unifdef xlint
     12   1.1   pooka 
     13   1.1   pooka .include <bsd.test.mk>
     14