Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.2.10.2
      1 # $NetBSD: Makefile,v 1.2.10.2 2014/05/22 11:42:23 yamt 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