Makefile revision 1553
11553Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
21553Srgrimes
31553SrgrimesPROG=	kgmon
41553SrgrimesMAN8=	kgmon.0
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