1994-05-26 05:23:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 05:23:31 +00:00
|
|
|
|
|
|
|
PROG= kgmon
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= kgmon.8
|
2004-08-30 03:12:49 +00:00
|
|
|
WARNS?= 2
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
# This program may safely be run setuid-root to allow non-root
|
|
|
|
# users to start, stop, and reset profiling buffers.
|
|
|
|
#
|
|
|
|
#BINOWN=root
|
|
|
|
#BINMODE=4555
|
|
|
|
|
2014-11-25 16:57:27 +00:00
|
|
|
LIBADD= kvm
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1994-05-26 05:23:31 +00:00
|
|
|
.include <bsd.prog.mk>
|