diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-05 00:01:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-05 00:01:56 +0000 |
commit | 3b4da6f1fb7f4cb7f80286a4d5bc3e53ef8050e2 (patch) | |
tree | 882cc0181c2c0f03668096aea1f68ce15de4285a | |
parent | b951689586f68c511350841fe391112ebe47cafd (diff) |
trust restored a bit more
-rw-r--r-- | usr.bin/systat/Makefile | 5 |
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> |