mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
12 lines
202 B
Makefile
12 lines
202 B
Makefile
|
|
SHLIB_CXX= libatexit
|
||
|
|
SHLIB_NAME= libatexit.so
|
||
|
|
SHLIB_MAJOR= 1
|
||
|
|
SHLIBDIR= ${TESTSDIR}
|
||
|
|
PACKAGE= tests
|
||
|
|
SRCS= libatexit.cc
|
||
|
|
|
||
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
||
|
|
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|