xref: /dragonfly/gnu/usr.bin/grep/Makefile.inc (revision 0fe46dc6)
1BASEDIR=	${.CURDIR}/${RELATIVE}../../../../contrib/grep
2
3.if defined(BOOTSTRAPPING)
4CFLAGS+=	-DBOOTSTRAPPING
5# Helper for bootstrapping over C++11 features.
6. if ${WORLD_VERSION} <= 400103
7CFLAGS+=	-Dmax_align_t="long double"
8. endif
9.endif
10
11CSTD=	c11
12