]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/librtld_db/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>