xref: /openbsd/regress/libexec/ld.so/lazy/prog/Makefile (revision 20dfae25)
1#	$OpenBSD: Makefile,v 1.1.1.1 2008/01/02 18:36:59 matthieu Exp $
2
3.include <bsd.obj.mk>
4
5PROG= prog
6
7FOODIR!=	if test -d ${.CURDIR}/../libfoo/${__objdir}; then \
8			echo "${.CURDIR}/../libfoo/${__objdir}";  \
9		else						  \
10			echo "${.CURDIR}/../libfoo";		  \
11		fi
12
13CPPFLAGS= -DFOO=\"${FOODIR}/libfoo.so\"
14
15.include <bsd.regress.mk>
16