diff options
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 1caefc59f79f..5da17528bea2 100644 --- a/usr.sbin/iostat/Makefile +++ b/usr.sbin/iostat/Makefile @@ -1,5 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +MAINTAINER=ken@FreeBSD.ORG + PROG= iostat CFLAGS+=-I${.CURDIR}/../../sys SRCS= iostat.c |