diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-15 00:05:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-15 00:05:29 +0000 |
commit | 66f1a5c24c26c507774c4c41396e0828cfc7920d (patch) | |
tree | 2071adfa6d392e032751c5c6bef16fa1c31713f1 /usr.bin | |
parent | 7f340afc4fe161e24f02ad4cd10947fb416b23df (diff) |
fix curses first
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 16dba3b3208..058e8e0a0bb 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:51:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1997/12/15 00:05:28 deraadt Exp $ PROG= systat @@ -10,6 +10,7 @@ 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=2555 +BINMODE=555 .include <bsd.prog.mk> |