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