Add lagg(4) to LINT64.
[dragonfly.git] / gnu / lib / Makefile
blob42bcd64af631a81996cee2e921f06c9a595f47ef
2 # gcc80 is now the default. See sys.mk for WORLD_ALTCOMPILER default.
4 # (duplicate WORLD_CCVER for ALTCOMPILER == all is already built and
5 # takes no extra time)
7 SUBDIR+= gcc80
8 SUBDIR+= ${WORLD_CCVER}
10 .if !defined(NO_ALTCOMPILER)
11 . if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc47})
12 SUBDIR+= gcc47
13 . endif
14 . if defined(WORLD_ALTCOMPILER) && (${WORLD_ALTCOMPILER} == "all" || ${WORLD_ALTCOMPILER:Mgcc50})
15 SUBDIR+= gcc50
16 . endif
17 .endif
19 SUBDIR+= libcryptsetup libdevmapper libdialog libluks liblvm
20 SUBDIR_ORDERED=
22 .include <bsd.subdir.mk>