mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
18 lines
268 B
Makefile
18 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
|
|
.include <bsd.own.mk>
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${OPENSMDIR}/opensm
|
|
|
|
LIB= opensm
|
|
SHLIB_MAJOR= 1
|
|
NO_PROFILE=
|
|
|
|
SRCS= osm_log.c osm_mad_pool.c osm_helper.c
|
|
|
|
VERSION_MAP= ${OPENSMDIR}/opensm/libopensm.map
|
|
|
|
.include <bsd.lib.mk>
|