a191ba5195
Reduce overlinking
12 lines
135 B
Makefile
12 lines
135 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= iostat
|
|
MAN= iostat.8
|
|
|
|
LIBADD= devstat kvm m
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|