Fix build with NO_OPENSSL set
[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 SUBDIR+= gcc47
8 .endif
9
10 .if !defined(NO_LIBRESSL)
11 SUBDIR+= libcryptsetup
12 SUBDIR+= libluks
13 .endif
14
15 SUBDIR+= libdevmapper
16 SUBDIR+= libdialog
17 SUBDIR+= liblvm
18
19 SUBDIR_ORDERED=
20
21 .include <bsd.subdir.mk>