freebsd-dev/libexec/rtld-elf/tests/target/Makefile
Alan Somers 35804720ec Increase WARNS for rtld-elf tests
ATF tests have a default WARNS of 0, unlike other usermode programs.

Reviewed by:  ngie, julian
MFC after:    3 weeks
Sponsored by: Spectra Logic Corporation
Differential Revision:        https://reviews.freebsd.org/D9933
2017-03-11 00:10:40 +00:00

18 lines
285 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PROG= target
BINDIR= ${TESTSBASE}/libexec/rtld-elf
WARNS?= 3
CFLAGS+= -I${.CURDIR}/../libpythagoras
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
DPADD+= ${.OBJDIR}/../libpythagoras/libpythagoras.a
LDADD= -lpythagoras
MAN=
.include <bsd.prog.mk>