mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith)
14 lines
166 B
Makefile
14 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= rtld_db
|
|
SHLIB_MAJOR= 2
|
|
MAN= librtld_db.3
|
|
|
|
SRCS= rtld_db.c
|
|
INCS= rtld_db.h
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|