Makefile revision 74532
11553Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
274532Sru# $FreeBSD: head/usr.sbin/kgmon/Makefile 74532 2001-03-20 18:17:26Z ru $
31553Srgrimes
41553SrgrimesPROG=	kgmon
51553SrgrimesDPADD=	${LIBKVM}
61553SrgrimesLDADD=	-lkvm
71553Srgrimes#
81553Srgrimes# This program may safely be run setuid-root to allow non-root
91553Srgrimes# users to start, stop, and reset profiling buffers.
101553Srgrimes#
111553Srgrimes#BINOWN=root
121553Srgrimes#BINMODE=4555
131553Srgrimes
141553Srgrimes.include <bsd.prog.mk>
15