Cross Reference: Makefile
xref: /src/tests/usr.bin/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/usr.bin/
Makefile revision 1.33
11.33Sjruoho#	$NetBSD: Makefile,v 1.33 2020/07/03 04:25:28 jruoho Exp $
21.1Spooka#
31.1Spooka
41.1Spooka.include <bsd.own.mk>
51.1Spooka
61.1SpookaTESTSDIR=       ${TESTSBASE}/usr.bin
71.1Spooka
81.30SchristosTESTS_SUBDIRS=	awk basename bzip2 cc cmp config cpio cut \
91.31Sjruoho		diff dirname find fstat gdb grep gzip id indent \
101.33Sjruoho		infocmp jot ld locale m4 make mixerctl mkdep nbperf \
111.33Sjruoho		netpgpverify patch pkill pr printf pwhash rump_server \
121.33Sjruoho		shmif_dumpbus sdiff sed sort tar tmux tr unifdef uniq \
131.33Sjruoho		vmstat xlint ztest
141.1Spooka
151.25Skamil.if ${MKCXX} != "no"
161.25SkamilTESTS_SUBDIRS+=	c++
171.25Skamil.endif
181.25Skamil
191.29Sjhigh.if (defined(MKARGON2) && ${MKARGON2} != "no")
201.29SjhighTESTS_SUBDIRS+=	argon2
211.29Sjhigh.endif
221.29Sjhigh
231.1Spooka.include <bsd.test.mk>
24

Indexes created Thu Jan 15 09:09:32 GMT 2026