1 # $NetBSD: Makefile,v 1.20 2010/03/15 19:03:08 jmmv Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR= crypto games ipf util 6 7 .if ${MKATF} != "no" 8 SUBDIR+= fs net kernel lib libexec rump sys syscall 9 10 . if ${MACHINE} != "evbppc" && ${MKKMOD} != "no" 11 SUBDIR+= modules 12 . endif 13 14 .endif 15 16 TESTSDIR= ${TESTSBASE} 17 18 .include <bsd.test.mk> 19 .include <bsd.subdir.mk> 20