Home | History | Annotate | Line # | Download | only in lib
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2015/09/24 14:15:59 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos LIB=		rtld_db
      6  1.1  christos SHLIB_MAJOR= 	0
      7  1.1  christos SHLIB_MINOR=	0
      8  1.1  christos MAN=		librtld_db.3
      9  1.1  christos 
     10  1.1  christos SRCS=		rtld_db.c
     11  1.1  christos INCS=		rtld_db.h
     12  1.1  christos INCSDIR=	/usr/include
     13  1.1  christos 
     14  1.1  christos .PATH:	${.CURDIR}/../dist
     15  1.1  christos 
     16  1.1  christos CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/../libproc
     17  1.1  christos 
     18  1.1  christos LIBDPLIBS+=	util	${NETBSDSRCDIR}/lib/libutil
     19  1.1  christos 
     20  1.1  christos .include <bsd.lib.mk>
     21