mirror of
https://github.com/opnsense/src.git
synced 2026-06-25 08:30:12 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
15 lines
254 B
Makefile
15 lines
254 B
Makefile
.include <bsd.own.mk>
|
|
|
|
PROG= target
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
WARNS?= 3
|
|
CFLAGS+= -I${.CURDIR}/../libpythagoras
|
|
|
|
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
|
|
DPADD+= ${.OBJDIR}/../libpythagoras/libpythagoras.a
|
|
LDADD= -lpythagoras
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|