mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= pythagoras
|
|
SHLIB_MAJOR= 0
|
|
|
|
LIBDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
|
|
SRCS= pythagoras.c
|
|
|
|
LIBADD= m
|
|
|
|
.include <bsd.lib.mk>
|