diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:36:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:36:02 +0000 |
commit | 806021be093ad00ce2022a532c0f4cc99b0065ac (patch) | |
tree | c4f374fc66dbd93cdd093f4e1213808e855c8b39 /usr.sbin/iostat/Makefile | |
parent | 200dde568cd8db5fa9ddc42e6b5388df55a16573 (diff) |
libutil
Diffstat (limited to 'usr.sbin/iostat/Makefile')
-rw-r--r-- | usr.sbin/iostat/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 0dcd91ce116..3785ba53f38 100644 --- a/usr.sbin/iostat/Makefile +++ b/usr.sbin/iostat/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/03 02:52:32 tholo Exp $ +# $OpenBSD: Makefile,v 1.3 1996/05/22 11:35:47 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1995/12/22 08:04:27 jonathan Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= iostat -.if (${MACHINE_ARCH} == "m68k") -CFLAGS+=-D${MACHINE} -.endif +MAN= iostat.8 .PATH: ${.CURDIR}/../../usr.bin/vmstat -CFLAGS+=-I${.CURDIR}/../../sys/arch -I${.CURDIR}/../../usr.bin/vmstat +CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat + +# dkstats.c pulled in from ../../usr.bin/vmstat SRCS= dkstats.c iostat.c -MAN= iostat.8 + DPADD= ${LIBKVM} LDADD= -lkvm BINGRP= kmem |