gcc4X: rework some makefiles
[dragonfly.git] / gnu / lib / Makefile
1 # SUBDIR_ORDERED defaults to SUBDIR order which is just fine
2
3 SUBDIR= gcc44
4
5 .if !defined(NO_GCC47)
6 SUBDIR+= gcc47
7 .endif
8
9 SUBDIR+= libcryptsetup
10 SUBDIR+= libdevmapper
11 SUBDIR+= libdialog
12 SUBDIR+= libluks
13 SUBDIR+= liblvm
14
15 .include <bsd.subdir.mk>