1 1.13 thorpej # $NetBSD: Makefile,v 1.13 1996/05/10 23:20:26 thorpej Exp $ 2 1.11 thorpej # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= iostat 5 1.13 thorpej MAN= iostat.8 6 1.13 thorpej 7 1.13 thorpej .PATH: ${.CURDIR}/../../usr.bin/vmstat 8 1.13 thorpej 9 1.13 thorpej CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat 10 1.13 thorpej 11 1.13 thorpej # dkstats.c pulled in from ../../usr.bin/vmstat 12 1.13 thorpej SRCS= dkstats.c iostat.c 13 1.12 jonathan 14 1.4 cgd DPADD= ${LIBKVM} 15 1.4 cgd LDADD= -lkvm 16 1.1 cgd BINGRP= kmem 17 1.1 cgd BINMODE=2555 18 1.1 cgd 19 1.1 cgd .include <bsd.prog.mk> 20