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

PROG=	kgmon
MAN=	kgmon.8

# This program may safely be run setuid-root to allow non-root
# users to start, stop, and reset profiling buffers.
#
#BINOWN=root
#BINMODE=4555

DPADD=	${LIBKVM}
LDADD=	-lkvm

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