1.include <bsd.own.mk> 2 3SUBDIR+= include .WAIT 4SUBDIR+= bin 5SUBDIR+= commands 6SUBDIR+= fs 7SUBDIR+= kernel 8SUBDIR+= lib 9SUBDIR+= llvm 10SUBDIR+= man 11SUBDIR+= net 12SUBDIR+= sbin 13SUBDIR+= servers 14SUBDIR+= share 15.if ${MKATF} == "yes" 16SUBDIR+= tests 17.endif 18SUBDIR+= usr.bin 19SUBDIR+= usr.sbin 20 21# BJG - build drivers last as the ramdisk depends on some other drivers 22SUBDIR+= .WAIT drivers 23 24.include <bsd.subdir.mk> 25