Small comma fixes.
[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.11 2005/09/05 15:36:34 corecode Exp $
3
4 SUBDIR= libdialog libregex libreadline gcc34
5
6 .if defined(WANT_GCC40)
7 SUBDIR+= gcc40
8 .endif
9
10 .include <bsd.subdir.mk>