Home | History | Annotate | Line # | Download | only in tests
Makefile revision 1.16
      1 # $NetBSD: Makefile,v 1.16 2009/07/20 17:03:37 joerg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	crypto fs games ipf kernel lib net rump syscall util
      6 
      7 .if ${MACHINE} != "evbppc"
      8 SUBDIR+= modules
      9 .endif
     10 
     11 TESTSDIR=	${TESTSBASE}
     12 
     13 .include <bsd.test.mk>
     14 .include <bsd.subdir.mk>
     15