15 lines
166 B
Makefile
15 lines
166 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
LIB= rtld_db
|
||
|
SHLIB_MAJOR= 1
|
||
|
MAN= librtld_db.3
|
||
|
|
||
|
SRCS= rtld_db.c
|
||
|
INCS= rtld_db.h
|
||
|
|
||
|
CFLAGS+= -I${.CURDIR}
|
||
|
|
||
|
.include <bsd.lib.mk>
|