Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / Makefile
blobd083487f3bacef866a1400885fd2086f2274f50b
1 .include <bsd.own.mk>
3 SUBDIR+= include .WAIT
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 .if ${MKATF} == "yes"
16 SUBDIR+= tests
17 .endif
18 SUBDIR+= usr.bin
19 SUBDIR+= usr.sbin
21 # BJG - build drivers last as the ramdisk depends on some other drivers
22 SUBDIR+= .WAIT drivers
24 .include <bsd.subdir.mk>