mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
Phabric: D536 Reviewed by: jmmv Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division
16 lines
221 B
Makefile
16 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= pythagoras
|
|
SHLIB_MAJOR= 0
|
|
|
|
LIBDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
|
|
SRCS= pythagoras.c
|
|
|
|
DPADD= ${LIBM}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.lib.mk>
|