1 # $NetBSD: Makefile,v 1.2 2013/02/16 21:40:07 jmmv Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/share/examples 6 7 TESTS_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. 12 ATFFILE_EXTRA_TPS= lutok 13 .endif 14 15 .include <bsd.test.mk> 16