Home | History | Annotate | Line # | Download | only in usr.bin
Makefile revision 1.16
      1  1.16   joerg #	$NetBSD: Makefile,v 1.16 2012/07/22 20:38:20 joerg 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.16   joerg 		nbperf pr rump_server shmif_dumpbus sdiff sed sort tmux \
     11  1.16   joerg 		unifdef xlint
     12   1.1   pooka 
     13   1.1   pooka .include <bsd.test.mk>
     14