Makefile revision 80029
11553Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
274532Sru# $FreeBSD: head/usr.sbin/kgmon/Makefile 80029 2001-07-20 06:20:32Z obrien $
31553Srgrimes
41553SrgrimesPROG=	kgmon
574816SruMAN=	kgmon.8
680029Sobrien
71553Srgrimes# This program may safely be run setuid-root to allow non-root
81553Srgrimes# users to start, stop, and reset profiling buffers.
91553Srgrimes#
101553Srgrimes#BINOWN=root
111553Srgrimes#BINMODE=4555
121553Srgrimes
1380029SobrienDPADD=	${LIBKVM}
1480029SobrienLDADD=	-lkvm
1580029Sobrien
161553Srgrimes.include <bsd.prog.mk>
17