xref: /openbsd/regress/libexec/ld.so/hidden/Makefile (revision b39c5158)
1# $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $
2
3.include <bsd.own.mk>
4
5.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"
6SUBDIR+= libaa libab test1 test2
7.endif
8
9install:
10
11.include <bsd.subdir.mk>
12