mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
20 lines
285 B
Makefile
20 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
|
|
.include <bsd.own.mk>
|
|
.include "../Makefile.inc"
|
|
|
|
IBSRCDIR= ${IBCOMMONDIR}/src
|
|
|
|
.PATH: ${IBSRCDIR}
|
|
|
|
LIB= ibcommon
|
|
SHLIB_MAJOR= 1
|
|
NO_PROFILE=
|
|
|
|
SRCS= sysfs.c util.c hash.c stack.c time.c
|
|
|
|
VERSION_MAP= ${IBSRCDIR}/libibcommon.map
|
|
|
|
.include <bsd.lib.mk>
|