kernel - Increase ACPI_SEMAPHORES_MAX_PENDING
[dragonfly.git] / gnu / lib / Makefile
1 # The libobjc header conflict between base compilers has been resolved
2 # Maximum parallelism can be restored by setting SUBDIR_ORDERED to null
3
4 SUBDIR= gcc50
5
6 .if !defined(NO_ALTCOMPILER)
7 . if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc47})
8 SUBDIR+= gcc47
9 . endif
10 .endif
11
12 .if !defined(NO_CRYPT)
13 SUBDIR+= libcryptsetup
14 SUBDIR+= libluks
15 .endif
16
17 SUBDIR+= libdevmapper
18 SUBDIR+= libdialog
19 SUBDIR+= liblvm
20
21 SUBDIR_ORDERED=
22
23 .include <bsd.subdir.mk>