xref: /dragonfly/usr.bin/flame_graph/Makefile (revision cee4aeda)
1*91dc43ddSMatthew Dillon
2*91dc43ddSMatthew Dillon.PATH: ${.CURDIR}/../systat
3*91dc43ddSMatthew Dillon
4*91dc43ddSMatthew DillonPROG=	flame_graph
5*91dc43ddSMatthew DillonCFLAGS+= -I${.CURDIR}/../systat -I${.CURDIR}/../../sys
6*91dc43ddSMatthew DillonSRCS=	main.c symbols.c collect.c process.c
7*91dc43ddSMatthew DillonNOMAN=TRUE
8*91dc43ddSMatthew Dillon
9*91dc43ddSMatthew Dillon.include <bsd.prog.mk>
10