GCC - Add NO_GCC44 feature and use it in test/amd64/Makefile
[dragonfly.git] / gnu / lib / Makefile
1 # $FreeBSD: src/gnu/lib/Makefile,v 1.25.2.4 2001/01/06 23:16:53 obrien Exp $
2 # $DragonFly: src/gnu/lib/Makefile,v 1.17 2008/06/27 08:08:25 corecode Exp $
3
4 SUBDIR= libdialog libregex gcc41
5 .if !defined(NO_GCC44)
6 SUBDIR+= gcc44
7 .endif
8 .if !defined(NO_GCC34)
9 SUBDIR+= gcc34
10 .endif
11
12 .include <bsd.subdir.mk>