makeroot: zero out subsecond component of time= keywords
[freebsd-src.git] / lib / librtld_db / Makefile
blobeec7970eaaa92ea0d32cbf1a36d3717d5584622c
1 # $FreeBSD$
3 .include <bsd.own.mk>
5 PACKAGE=lib${LIB}
6 LIB= rtld_db
7 SHLIB_MAJOR= 2
8 MAN= librtld_db.3
10 SRCS= rtld_db.c
11 INCS= rtld_db.h
13 CFLAGS+= -I${.CURDIR}
14 # Avoid circular dependency, we only need the libproc.h header here.
15 CFLAGS+= -I${.CURDIR:H}/libproc
17 .include <bsd.lib.mk>