diff options
author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:28:59 +0000 |
---|---|---|
committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:28:59 +0000 |
commit | 86e492ee468315b5ed5265bf774172412a7586ff (patch) | |
tree | 4f08667b19c0446b99cbae898e645a5df49b0788 /usr.bin/systat/Makefile | |
parent | bb7f780427f1ada195f4e0419837262a08206391 (diff) | |
download | src-test2-86e492ee468315b5ed5265bf774172412a7586ff.tar.gz src-test2-86e492ee468315b5ed5265bf774172412a7586ff.zip |
Notes
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r-- | usr.bin/systat/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index d45e526c6af7..45ef5f7e777e 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,11 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 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 icmp.c mode.c ip.c tcp.c -DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM} -LDADD= -lcurses -ltermcap -lm -lkvm +CFLAGS+=-I${.CURDIR}/../../sys +SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ + mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c \ + vmstat.c +DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM} ${LIBDEVSTAT} +LDADD= -lcurses -ltermcap -lm -lkvm -ldevstat BINGRP= kmem BINMODE=2555 |