From 80c49332e2742aaa15cca373c560c0d027ae82bc Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 4 Feb 2004 10:20:43 +0000 Subject: Put libdevstat before libkvm, because the former depends on the latter. --- usr.bin/systat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/systat/Makefile') diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index c74c08dc05fa..3cd09f4b50a4 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -7,7 +7,7 @@ SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ mode.c ip.c ip6.c tcp.c \ vmstat.c convtbl.c ifcmds.c ifstat.c CFLAGS+=-DINET6 -DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} ${LIBDEVSTAT} -LDADD= -lcurses -lm -lkvm -ldevstat +DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM} +LDADD= -lcurses -lm -ldevstat -lkvm .include -- cgit v1.2.3