summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kgmon/Makefile')
-rw-r--r--usr.sbin/kgmon/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile
index f5eff5d..964c79b 100644
--- a/usr.sbin/kgmon/Makefile
+++ b/usr.sbin/kgmon/Makefile
@@ -3,13 +3,14 @@
PROG= kgmon
MAN= kgmon.8
-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
+DPADD= ${LIBKVM}
+LDADD= -lkvm
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud