From a9d619605208c30b17cb9356f0d50d3887cb20f7 Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 18 Jun 1999 00:41:47 +0000 Subject: Add a MAINTAINER line to modules that I maintain. Suggested by: brian, markm --- lib/libcam/Makefile | 1 + lib/libdevstat/Makefile | 1 + sbin/camcontrol/Makefile | 2 ++ usr.sbin/iostat/Makefile | 2 ++ 4 files changed, 6 insertions(+) diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index 5b395e4..6f47001 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -1,3 +1,4 @@ +MAINTAINER=ken@FreeBSD.ORG LIB= cam SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_sa.c cam.c diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 0633544..8a3b2b2 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -1,3 +1,4 @@ +MAINTAINER=ken@FreeBSD.ORG LIB= devstat SRCS= devstat.c diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index e11a011..219e59f 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,3 +1,5 @@ +MAINTAINER=ken@FreeBSD.ORG + PROG= camcontrol SRCS= camcontrol.c modeedit.c MAN8= camcontrol.8 diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 1caefc5..5da1752 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 -- cgit v1.1