Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# $FreeBSD: head/lib/librtld_db/Makefile 225227 2011-08-28 09:26:48Z kib $ .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>