Makefile revision 74532
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/kgmon/Makefile 74532 2001-03-20 18:17:26Z ru $
3
4PROG=	kgmon
5DPADD=	${LIBKVM}
6LDADD=	-lkvm
7#
8# This program may safely be run setuid-root to allow non-root
9# users to start, stop, and reset profiling buffers.
10#
11#BINOWN=root
12#BINMODE=4555
13
14.include <bsd.prog.mk>
15