Makefile revision 1.11
11.11Sjruoho# $NetBSD: Makefile,v 1.11 2012/03/18 12:40:42 jruoho Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.include <bsd.own.mk> 51.1Spooka 61.1SpookaTESTSDIR= ${TESTSBASE}/usr.bin 71.1Spooka 81.9SjruohoTESTS_SUBDIRS= awk basename bzip2 cc config cut \ 91.11Sjruoho diff dirname find grep gzip id m4 make mkdep \ 101.10Sjruoho pr rump_server shmif_dumpbus sdiff sed sort unifdef xlint 111.1Spooka 121.1Spooka.include <bsd.test.mk> 13