NetBSD/lib/librumphijack/Makefile

22 lines
459 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2012/08/25 18:00: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
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT -I${.CURDIR}/../librumpuser
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.lib.mk>