build - Remove openssl from base (is now permanently replaced by ressl)
[dragonfly.git] / gnu / lib / Makefile
blob69ecc4cc605c451538b76085f2e790a2ca99237c
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 SUBDIR+= gcc47
8 .endif
10 .if !defined(NO_CRYPT)
11 SUBDIR+= libcryptsetup
12 SUBDIR+= libluks
13 .endif
15 SUBDIR+= libdevmapper
16 SUBDIR+= libdialog
17 SUBDIR+= liblvm
19 SUBDIR_ORDERED=
21 .include <bsd.subdir.mk>