]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/librtld_db/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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>