xref: /netbsd-src/tests/share/examples/Makefile (revision 7d3a48f1d2c6816abca248bdaa728b23586c3070)
1# $NetBSD: Makefile,v 1.2 2013/02/16 21:40:07 jmmv Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/share/examples
6
7TESTS_SH=	t_asm
8
9.if ${MKKYUA} != "no"
10# These examples come from external/bsd/lutok/tests/share/examples/lutok.
11# Ensure they get registered in the Atffile only when installed.
12ATFFILE_EXTRA_TPS=	lutok
13.endif
14
15.include <bsd.test.mk>
16