mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This is not yet enabled in the build because I also need to import a new version of libproc. Sponsored by: The FreeBSD Foundation
14 lines
166 B
Makefile
14 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= rtld_db
|
|
SHLIB_MAJOR= 1
|
|
MAN= librtld_db.3
|
|
|
|
SRCS= rtld_db.c
|
|
INCS= rtld_db.h
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|