# $NetBSD: Makefile,v 1.37 2012/03/24 01:36:50 matt Exp $ .include .if ${MKATF} != "no" TESTSDIR= ${TESTSBASE} ATFFILE= yes SUBDIR= bin dev examples fs games include kernel lib libexec net SUBDIR+= rump sbin sys usr.bin usr.sbin . if ${MKKMOD} != "no" SUBDIR+= modules . endif . if ${MKCRYPTO} != "no" SUBDIR+= crypto . endif . if ${MKIPFILTER} != "no" SUBDIR+= ipf . endif .include .else .include .endif