NetBSD/lib/librumphijack/Makefile

26 lines
484 B
Makefile
Raw Normal View History

2013-09-10 20:53:06 +04:00
# $NetBSD: Makefile,v 1.13 2013/09/10 16:53:06 pooka Exp $
#
LIB= rumphijack
NOSTATICLIB= dlfun
NOPROFILE= dlfun
LIBDPLIBS+= pthread ${.CURDIR}/../libpthread \
rumpclient ${.CURDIR}/../librumpclient
2011-01-25 15:56:25 +03:00
MAN= rumphijack.3
SRCS= hijack.c hijackdlsym.c
2013-09-10 20:53:06 +04:00
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT
2012-03-21 09:37:42 +04:00
WARNS?= 5
2011-01-25 15:56:57 +03:00
# make sure the compiler doesn't get clever, since we need
# a stack frame
COPTS.hijackdlsym.c+= -O0
.include <bsd.sys.mk>
CPPFLAGS+= -U_FORTIFY_SOURCE
.include <bsd.lib.mk>