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