openbsd-ports/infrastructure/mk/gcc4.port.mk
ajacoutot 3b893bbd83 - revert; USE_GCC* does not belong to the gcc* MODULES usage and
the man page has always been wrong about it

requested by and ok steven@
2008-10-28 13:29:05 +00:00

6 lines
98 B
Makefile

USE_GCC4 ?= No
.if ${USE_GCC4:L} == "no"
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
.endif