Merge branch 'vendor/GDTOA'
[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_GCC34)
6 SUBDIR+= gcc34
7 .endif
8
9 .include <bsd.subdir.mk>