1b4822a413
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
13 lines
110 B
Makefile
13 lines
110 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= pmcannotate
|
|
MAN= pmcannotate.8
|
|
|
|
WARNS?= 6
|
|
|
|
SRCS= pmcannotate.c
|
|
|
|
.include <bsd.prog.mk>
|