mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= target
|
|
BINDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
|
|
CFLAGS+= -I${.CURDIR}/../libpythagoras
|
|
|
|
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
|
|
DPADD+= ${.OBJDIR}/../libpythagoras/libpythagoras.a
|
|
LDADD= -lpythagoras
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|