]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/kgmon/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / kgmon / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   kgmon
5 MAN=    kgmon.8
6 WARNS?= 2
7
8 # This program may safely be run setuid-root to allow non-root
9 # users to start, stop, and reset profiling buffers.
10 #
11 #BINOWN=root
12 #BINMODE=4555
13
14 DPADD=  ${LIBKVM}
15 LDADD=  -lkvm
16
17 .include <bsd.prog.mk>