summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcannotate/Makefile
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-11-26 21:44:57 +0000
committerattilio <attilio@FreeBSD.org>2008-11-26 21:44:57 +0000
commit7beb3e535d23cc0fe9278167a9c3dc67220250fd (patch)
treee4ad6f2a543e0d839e06cb771e99aa8996664a60 /usr.sbin/pmcannotate/Makefile
parente1a8c28b5e20cfd1d796309625d3619ca62c5cdb (diff)
downloadFreeBSD-src-7beb3e535d23cc0fe9278167a9c3dc67220250fd.zip
FreeBSD-src-7beb3e535d23cc0fe9278167a9c3dc67220250fd.tar.gz
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
Diffstat (limited to 'usr.sbin/pmcannotate/Makefile')
-rw-r--r--usr.sbin/pmcannotate/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/pmcannotate/Makefile b/usr.sbin/pmcannotate/Makefile
new file mode 100644
index 0000000..e087bb3
--- /dev/null
+++ b/usr.sbin/pmcannotate/Makefile
@@ -0,0 +1,12 @@
+#
+# $FreeBSD$
+#
+
+PROG= pmcannotate
+MAN= pmcannotate.8
+
+WARNS?= 6
+
+SRCS= pmcannotate.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud