1 # $NetBSD: Makefile,v 1.38 2012/08/08 13:57:05 christos Exp $ 2 3 .include <bsd.own.mk> 4 5 .if ${MKATF} != "no" 6 7 TESTSDIR= ${TESTSBASE} 8 ATFFILE= yes 9 10 SUBDIR= bin dev examples games include kernel lib libexec net 11 SUBDIR+= sbin sys usr.bin usr.sbin 12 13 . if (${MKRUMP} != "no") 14 SUBDIR+= fs rump 15 16 . if ${MKKMOD} != "no" 17 SUBDIR+= modules 18 . endif 19 . endif 20 21 . if ${MKCRYPTO} != "no" 22 SUBDIR+= crypto 23 . endif 24 25 . if ${MKIPFILTER} != "no" 26 SUBDIR+= ipf 27 . endif 28 29 .include <bsd.test.mk> 30 31 .else 32 33 .include <bsd.subdir.mk> 34 .endif 35