omitrbp

Find kernel functions that omit the frame pointer
git clone git://git.margiolis.net/omitrbp.git
Log | Files | Refs | README | LICENSE

Makefile (101B)


      1 # $FreeBSD$
      2 
      3 PROG=		omitrbp
      4 SRCS=		${PROG}.c
      5 MAN=		${PROG}.1
      6 LDFLAGS+=	-lelf
      7 
      8 .include <bsd.prog.mk>