nrelease - fix/improve livecd
[dragonfly.git] / gnu / lib / Makefile
CommitLineData
2a89766a
MD
1
2# gcc80 is now the default. See sys.mk for WORLD_ALTCOMPILER default.
3#
0b74a476 4SUBDIR+= gcc80
fdb1299a 5
4e8e707f 6.if !defined(NO_ALTCOMPILER)
8d7da424 7. if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc47})
f0140465 8SUBDIR+= gcc47
8d7da424 9. endif
4e8e707f 10.endif
9ba72882 11
2a89766a 12SUBDIR+= libcryptsetup libdevmapper libdialog libluks liblvm
1a9b0400
JM
13SUBDIR_ORDERED=
14
984263bc 15.include <bsd.subdir.mk>