mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
15 lines
204 B
Makefile
15 lines
204 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
|
|
|
|
LIBADD= m
|
|
|
|
.include <bsd.lib.mk>
|