diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:20:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-04 10:20:43 +0000 |
| commit | 80c49332e2742aaa15cca373c560c0d027ae82bc (patch) | |
| tree | 71b3b8ad13347263d560a62937cb53ad26fd06d6 /usr.bin/vmstat | |
| parent | c9c69d999ee563b93b9e82ae1b09757524b43ff8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index bc0546e45957..da2a08da33ee 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -3,7 +3,7 @@ PROG= vmstat MAN= vmstat.8 -DPADD= ${LIBKVM} ${LIBDEVSTAT} -LDADD= -lkvm -ldevstat +DPADD= ${LIBDEVSTAT} ${LIBKVM} +LDADD= -ldevstat -lkvm .include <bsd.prog.mk> |
