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.31
11.31Sjruoho#	$NetBSD: Makefile,v 1.31 2020/06/24 12:31:26 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.24Skre		infocmp jot ld m4 make mixerctl mkdep nbperf netpgpverify \
111.31Sjruoho		patch pkill pr printf pwhash rump_server shmif_dumpbus sdiff \
121.30Schristos		sed sort tar tmux tr unifdef uniq vmstat xlint
131.1Spooka
141.25Skamil.if ${MKCXX} != "no"
151.25SkamilTESTS_SUBDIRS+=	c++
161.25Skamil.endif
171.25Skamil
181.29Sjhigh.if (defined(MKARGON2) && ${MKARGON2} != "no")
191.29SjhighTESTS_SUBDIRS+=	argon2
201.29Sjhigh.endif
211.29Sjhigh
221.29Sjhigh
231.1Spooka.include <bsd.test.mk>
24

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