minix/minix/Makefile
David van Moolenbroek 6d315cbf9e benchmarks: remove unixbench
This code appears to be GPL-licensed and thus does not belong in
the MINIX3 source tree.

Change-Id: I9e88c3ffd8eae8697b629899dba9728863a4413a
2015-07-20 11:05:28 +00:00

22 lines
354 B
Makefile

SUBDIR+= include .WAIT
SUBDIR+= bin
SUBDIR+= commands
SUBDIR+= fs
SUBDIR+= kernel
SUBDIR+= lib
SUBDIR+= llvm
SUBDIR+= man
SUBDIR+= net
SUBDIR+= sbin
SUBDIR+= servers
SUBDIR+= share
SUBDIR+= tests
SUBDIR+= usr.bin
SUBDIR+= usr.sbin
# BJG - build drivers last as the ramdisk depends on some other drivers
SUBDIR+= .WAIT drivers
.include <bsd.subdir.mk>