kmalloc(M_WAITOK) will not return NULL
[dragonfly/port-amd64.git] / gnu / lib / Makefile
blobab16dc1d52379972493dbe3e7f5da92dd3e34c22
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.13 2007/01/15 23:07:37 corecode Exp $
4 SUBDIR= libdialog libregex libreadline gcc34
6 .if defined(WANT_GCC41)
7 SUBDIR+= gcc41
8 .endif
10 .include <bsd.subdir.mk>