diff options
-rw-r--r-- | usr.sbin/kgmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/kgmon/Makefile b/usr.sbin/kgmon/Makefile index bfa2cda4948..1e6da8f6c18 100644 --- a/usr.sbin/kgmon/Makefile +++ b/usr.sbin/kgmon/Makefile @@ -1,12 +1,14 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:43:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2002/06/17 07:07:45 deraadt Exp $ 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. +# However, we choose not to do so. # #BINOWN=root #BINMODE=4555 |