freebsd-dev/usr.sbin/pmcannotate/Makefile
Attilio Rao 1b4822a413 Import an initial revision of the pmcannotate tool.
For further explanations please check this e-mail on freebsd-arch@:
http://lists.freebsd.org/pipermail/freebsd-arch/2008-November/008698.html

Tested by:	gnn
Sponsored by:	Nokia
2008-11-26 21:44:57 +00:00

13 lines
110 B
Makefile

#
# $FreeBSD$
#
PROG= pmcannotate
MAN= pmcannotate.8
WARNS?= 6
SRCS= pmcannotate.c
.include <bsd.prog.mk>