Revision a7f9a7eaa474541a84a3da56c8dd8ddff60fe221 authored by Xin Li on 03 July 2017, 05:42:55 UTC, committed by Xin Li on 03 July 2017, 05:42:55 UTC
1 parent c25b7d9
Raw File
Makefile
# $FreeBSD$

.include <bsd.own.mk>

PACKAGE=lib${LIB}
LIB=		rtld_db
SHLIB_MAJOR= 	2
MAN=		librtld_db.3

SRCS=		rtld_db.c
INCS=		rtld_db.h

CFLAGS+= -I${.CURDIR}
# Avoid circular dependency, we only need the libproc.h header here.
CFLAGS+= -I${.CURDIR:H}/libproc

.include <bsd.lib.mk>
back to top