Makefile revision 1.2
1# $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $
2
3.include <bsd.own.mk>
4
5
6.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" 
7SUBDIR+= libgd1 libgd2 test1
8.endif
9
10install:
11
12.include <bsd.subdir.mk>
13