mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
16 lines
215 B
Makefile
16 lines
215 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
|
|
|
|
WARNS?= 6
|
|
LIBADD= m
|
|
|
|
.include <bsd.lib.mk>
|