Boot-to-ramdisk image generation scripts
[minix3.git] / tests / share / examples / Makefile
blobca808708d2572f60c3c499136c6b0f21b3e4256b
1 # $NetBSD: Makefile,v 1.2 2013/02/16 21:40:07 jmmv Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/share/examples
7 TESTS_SH= t_asm
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.
12 ATFFILE_EXTRA_TPS= lutok
13 .endif
15 .include <bsd.test.mk>