kernel - Force word-writes in syscons code (Intel hw character mode emulation)
[dragonfly.git] / usr.bin / evtranalyze / Makefile
1 PROG=   evtranalyze
2
3 SRCS= xml.c svg.c evtranalyze.c plotter.c
4 DPADD=  ${LIBEVTR} ${LIBM} ${LIBPROP}
5 LDADD=  -levtr -lm -lprop
6 .include <bsd.prog.mk>