7596eb4872
This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith)
15 lines
166 B
Makefile
15 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= rtld_db
|
|
SHLIB_MAJOR= 2
|
|
MAN= librtld_db.3
|
|
|
|
SRCS= rtld_db.c
|
|
INCS= rtld_db.h
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|