openbsd-ports/infrastructure/mk/gcc3.port.mk

6 lines
98 B
Makefile
Raw Normal View History

2008-05-11 15:50:55 -04:00
USE_GCC3 ?= No
.if ${USE_GCC3:L} == "no"
2005-02-25 18:08:16 -05:00
.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk"
.endif