tools/llvm: Do not build with symbols
[minix3.git] / minix / Makefile
blob8705154ac0c046e09993ad7aad2713757d7f50f5
2 SUBDIR+= include .WAIT
3 SUBDIR+= benchmarks
4 SUBDIR+= bin
5 SUBDIR+= commands
6 SUBDIR+= fs
7 SUBDIR+= kernel
8 SUBDIR+= lib
9 SUBDIR+= llvm
10 SUBDIR+= man
11 SUBDIR+= net
12 SUBDIR+= sbin
13 SUBDIR+= servers
14 SUBDIR+= share
15 SUBDIR+= tests
16 SUBDIR+= usr.bin
17 SUBDIR+= usr.sbin
19 # BJG - build drivers last as the ramdisk depends on some other drivers
20 SUBDIR+= .WAIT drivers
22 .include <bsd.subdir.mk>