Makefile revision 134506
11553Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
274532Sru# $FreeBSD: head/usr.sbin/kgmon/Makefile 134506 2004-08-30 03:12:49Z marcel $
31553Srgrimes
41553SrgrimesPROG=	kgmon
574816SruMAN=	kgmon.8
6134506SmarcelWARNS?=	2
780029Sobrien
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
1480029SobrienDPADD=	${LIBKVM}
1580029SobrienLDADD=	-lkvm
1680029Sobrien
171553Srgrimes.include <bsd.prog.mk>
18