Rename private to privdata and class to srclass to avoid conflicts with
[dragonfly/vkernel-mp.git] / gnu / lib / Makefile
blob33811fde0d73a902ce71cffe61b7423f72035e58
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.14 2007/02/18 23:46:10 corecode Exp $
4 SUBDIR= libdialog libregex libreadline gcc34
6 .if !defined(NO_GCC41)
7 SUBDIR+= gcc41
8 .endif
10 .include <bsd.subdir.mk>