]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rtld-elf/tests/target/Makefile
Merge ^/vendor/lldb/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / libexec / rtld-elf / tests / target / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=           target
6 BINDIR=         ${TESTSBASE}/libexec/rtld-elf
7
8 WARNS?=         3
9 CFLAGS+=        -I${.CURDIR}/../libpythagoras
10
11 LDFLAGS+=       -L${.OBJDIR}/../libpythagoras
12 DPADD+=         ${.OBJDIR}/../libpythagoras/libpythagoras.a
13 LDADD=          -lpythagoras
14
15 MAN=
16
17 .include <bsd.prog.mk>