Remove IPsec and related code from the system.
[dragonfly.git] / gnu / lib / Makefile
1 SUBDIR= gcc50 libcryptsetup libdevmapper libdialog libluks liblvm
2
3 .if !defined(NO_ALTCOMPILER)
4 . if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc47})
5 SUBDIR+= gcc47
6 . endif
7 .endif
8
9 SUBDIR_ORDERED=
10
11 .include <bsd.subdir.mk>