50a7fdaed8
and libdevstat, since the new way of doing things is to just list maintainership in src/MAINTAINERS. Also, remove duplicate entries in src/MAINTAINERS for those utilities. I already had entries for them.
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= iostat
|
|
MAN= iostat.8
|
|
|
|
DPADD= ${LIBKVM} ${LIBDEVSTAT} ${LIBM}
|
|
LDADD= -lkvm -ldevstat -lm
|
|
|
|
.include <bsd.prog.mk>
|