openbsd-ports/infrastructure/mk/gcc3.port.mk
2004-02-02 10:39:49 +00:00

6 lines
106 B
Makefile

USE_GCC3?=No
.if ${USE_GCC3:L} == "no"
.include "${PORTSDIR}/lang/egcs/stable/files/gcc3.port.mk"
.endif