summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-01-05 00:01:55 +0000
committerderaadt <deraadt@openbsd.org>1998-01-05 00:01:55 +0000
commit31503895bcd19f06f8268f7fc072b45f828efb61 (patch)
tree352a7d3a780f6aec2a391432413771d45a45bf85
parentfix maximal cyl/heads; vons@usa.net (diff)
downloadwireguard-openbsd-31503895bcd19f06f8268f7fc072b45f828efb61.tar.xz
wireguard-openbsd-31503895bcd19f06f8268f7fc072b45f828efb61.zip
trust restored a bit more
-rw-r--r--usr.bin/systat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 058e8e0a0bb..1a9c99db68e 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1997/12/15 00:05:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 1998/01/05 00:01:55 deraadt Exp $
PROG= systat
@@ -10,7 +10,6 @@ SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c iostat.c keyboard.c \
DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBM} ${LIBKVM}
LDADD= -lcurses -ltermlib -lm -lkvm
BINGRP= kmem
-#BINMODE=2555
-BINMODE=555
+BINMODE=2555
.include <bsd.prog.mk>