freebsd-nq/usr.sbin/iostat/Makefile
Kenneth D. Merry 50a7fdaed8 Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
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.
2003-06-14 05:28:01 +00:00

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>