summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgmon/Makefile
blob: e0ef616ee4ac0af630ced283e00a67602f63f129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	kgmon
MAN8=	kgmon.0
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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud