summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/cxa-atexit/Makefile
blob: 5061ca04ac8fffad85886e2299f5a75c82db7ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $

.include <bsd.own.mk>


.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" 
SUBDIR+= libgd1 libgd2 test1
.endif

install:

.include <bsd.subdir.mk>