summaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 1a9c99db68e..2d7e987d8f1 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1998/01/05 00:01:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1998/07/24 00:10:58 millert Exp $
PROG= systat
@@ -7,8 +7,8 @@ PROG= systat
CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c iostat.c keyboard.c \
main.c mbufs.c netcmds.c netstat.c pigs.c swap.c vmstat.c
-DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBM} ${LIBKVM}
-LDADD= -lcurses -ltermlib -lm -lkvm
+DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM}
+LDADD= -lcurses -lm -lkvm
BINGRP= kmem
BINMODE=2555