]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - Makefile
2815a073fd23309a249efcdbee71369267385a4f
[FreeBSD/stable/9.git] / 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>