fsync - Add sysctl to relax fsync requirements.
[dragonfly.git] / gnu / lib / Makefile
blob9f2afdede9f905240dc63fa4cfe4ea2dd240780b
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 $
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
12 .include <bsd.subdir.mk>