1#
2# $FreeBSD$
3#
4
5PROG=	pmcannotate
6MAN=	pmcannotate.8
7
8SRCS=	pmcannotate.c
9
10.include <bsd.prog.mk>
11