Home | History | Annotate | Line # | Download | only in examples
Makefile revision 1.2.10.2
      1  1.2.10.2  yamt # $NetBSD: Makefile,v 1.2.10.2 2014/05/22 11:42:23 yamt Exp $
      2  1.2.10.2  yamt 
      3  1.2.10.2  yamt .include <bsd.own.mk>
      4  1.2.10.2  yamt 
      5  1.2.10.2  yamt TESTSDIR=	${TESTSBASE}/share/examples
      6  1.2.10.2  yamt 
      7  1.2.10.2  yamt TESTS_SH=	t_asm
      8  1.2.10.2  yamt 
      9  1.2.10.2  yamt .if ${MKKYUA} != "no"
     10  1.2.10.2  yamt # These examples come from external/bsd/lutok/tests/share/examples/lutok.
     11  1.2.10.2  yamt # Ensure they get registered in the Atffile only when installed.
     12  1.2.10.2  yamt ATFFILE_EXTRA_TPS=	lutok
     13  1.2.10.2  yamt .endif
     14  1.2.10.2  yamt 
     15  1.2.10.2  yamt .include <bsd.test.mk>
     16