]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/diag/prtblknos/Makefile
Import Intel Processor Trace decoder library from
[FreeBSD/FreeBSD.git] / tools / diag / prtblknos / Makefile
1 # $FreeBSD$
2
3 PROG=   prtblknos
4
5 MAN=
6
7 test:   ${PROG}
8         ./${PROG} > a
9
10 .include <bsd.prog.mk>