]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/librtld_db/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / librtld_db / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=            rtld_db
6 SHLIB_MAJOR=    2
7 MAN=            librtld_db.3
8
9 SRCS=           rtld_db.c
10 INCS=           rtld_db.h
11
12 CFLAGS+= -I${.CURDIR}
13
14 .include <bsd.lib.mk>