Home | History | Annotate | Line # | Download | only in libsimplehook_tester
      1 
      2 
      3 LIB=	rumpkern_simplehook_tester
      4 COMMENT=Tester for simplehook
      5 
      6 SRCS=	simplehook_tester.c
      7 
      8 .ifdef RUMP_DEBUG
      9 CPPFLAGS.simplehook_tester.c+=	-DSIMPLEHOOK_TESTER_DEBUG
     10 .endif
     11 
     12 .include <bsd.lib.mk>
     13 .include <bsd.klinks.mk>
     14