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