aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /usr.bin/systat/Makefile
parentde6669b2e213f787bd1accbabe263e199b35066f (diff)
Fixed DPADD.
Notes
Notes: svn path=/head/; revision=18050
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index ecf831ef2581..eabc3ce6da59 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -4,8 +4,8 @@ PROG= systat
CFLAGS+=-I${.CURDIR}/../../sys -I${.CURDIR}/../vmstat
SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \
mbufs.c netcmds.c netstat.c pigs.c swap.c
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM}
LDADD= -lcurses -ltermcap -lm -lkvm
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM}
BINGRP= kmem
BINMODE=2555