]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/librtld_db/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>