]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - usr.sbin/pmcannotate/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / usr.sbin / pmcannotate / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   pmcannotate
6 MAN=    pmcannotate.8
7
8 WARNS?= 6
9
10 SRCS=   pmcannotate.c
11
12 .include <bsd.prog.mk>