1# @(#)Makefile 5.5 (Berkeley) 01/17/91 2 3PROG= iostat 4CFLAGS+=-I/sys 5MAN8= iostat.0 6BINGRP= kmem 7BINMODE=2555 8 9.include <bsd.prog.mk> 10