summaryrefslogtreecommitdiff
path: root/sys/rump/kern/lib/libsimplehook_tester/Makefile
blob: 4082cef48830b6f8b76a93eb46611e29f61763ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


LIB=	rumpkern_simplehook_tester
COMMENT=Tester for simplehook

SRCS=	simplehook_tester.c

.ifdef RUMP_DEBUG
CPPFLAGS.simplehook_tester.c+=	-DSIMPLEHOOK_TESTER_DEBUG
.endif

.include <bsd.lib.mk>
.include <bsd.klinks.mk>