1# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $ 2 3.include <bsd.own.mk> 4 5USE_GCC3?=No 6 7.if ${USE_GCC3:L} == "yes" 8SUBDIR+= libgd1 libgd2 test1 9.endif 10 11install: 12 13.include <bsd.subdir.mk> 14