kbdcontrol(1): Remove not needed defines.
[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 . if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc80})
8 SUBDIR+= gcc80
9 . endif
10 .endif
11
12 SUBDIR_ORDERED=
13
14 .include <bsd.subdir.mk>