Home | History | Annotate | Line # | Download | only in libexec
      1 # $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $
      2 #
      3 .include "Makefile.inc"
      4 .include <bsd.own.mk>
      5 
      6 .if ${MACHINE_ARCH} != "m68000"
      7 TESTS_SUBDIRS=		ld.elf_so
      8 .endif
      9 
     10 TESTSDIR=	${TESTSBASE}/libexec
     11 
     12 .include <bsd.test.mk>
     13