Revision 27b85a8d4d26df325e31e97be1d2f9d42fa3a98c authored by Andriy Gapon on 22 January 2010, 09:42:41 UTC, committed by Andriy Gapon on 22 January 2010, 09:42:41 UTC
1 parent aa58756
Raw File
Makefile
#
# $FreeBSD$
#

PROG=	pmcannotate
MAN=	pmcannotate.8

WARNS?=	6

SRCS=	pmcannotate.c

.include <bsd.prog.mk>
back to top