opnsense-src/libexec/rtld-elf/tests/libpythagoras/Makefile

17 lines
215 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
LIB= pythagoras
SHLIB_MAJOR= 0
LIBDIR= ${TESTSBASE}/libexec/rtld-elf
SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
SRCS= pythagoras.c
WARNS?= 6
LIBADD= m
.include <bsd.lib.mk>