1994-06-11 11:50:42 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1994-12-22 14:32:57 +03:00
|
|
|
# $Id: Makefile,v 1.6 1994/12/22 11:35:06 cgd Exp $
|
1993-03-31 21:19:52 +04:00
|
|
|
|
1994-06-10 16:10:58 +04:00
|
|
|
PROG= kgmon
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= kgmon.8
|
1994-06-10 16:10:58 +04:00
|
|
|
DPADD= ${LIBKVM}
|
|
|
|
LDADD= -lkvm
|
|
|
|
#
|
|
|
|
# This program may safely be run setuid-root to allow non-root
|
|
|
|
# users to start, stop, and reset profiling buffers.
|
|
|
|
#
|
|
|
|
#BINOWN=root
|
|
|
|
#BINMODE=4555
|
1993-03-31 21:19:52 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|