Fix "ls: not found" problem during buildworld. mdate.sh script
[dragonfly.git] / sys / Makefile.modules
blob37cc18e5dda4dddad2b778de66941118ca4e8d52
1 # Makefile.modules - build the modules (executed from the modules: target
2 # in Makefile).
4 # $DragonFly: src/sys/Makefile.modules,v 1.5 2004/11/23 20:03:40 dillon Exp $
5 .if defined(MODULES_OVERRIDE)
6 SUBDIR=${MODULES_OVERRIDE}
7 .else
8 SUBDIR=bus crypto emulation dev kern net netgraph netproto vfs
9 SUBDIR+=libiconv
10 .endif
12 .include <bsd.subdir.mk>