summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2006-07-01 10:51:55 +0000
committermarkm <markm@FreeBSD.org>2006-07-01 10:51:55 +0000
commit06ffdb7993da39c530af71e5e90abcca2f009fa0 (patch)
treed9e84e75f9f4ff293fd5a925e12291f5e0cc45cc /sys
parent5c52a53ad1a13a1031e34f4417930cec0af0fe83 (diff)
downloadFreeBSD-src-06ffdb7993da39c530af71e5e90abcca2f009fa0.zip
FreeBSD-src-06ffdb7993da39c530af71e5e90abcca2f009fa0.tar.gz
Housekeeping. Update for maintainers who have handed in their commit bits
or (in my case) no longer feel that oversight is necessary.
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/svr4/Makefile2
-rwxr-xr-xsys/dev/bktr/CHANGELOG.TXT5
-rw-r--r--sys/modules/bktr/bktr_mem/Makefile2
-rw-r--r--sys/modules/streams/Makefile1
-rw-r--r--sys/modules/svr4/Makefile2
5 files changed, 0 insertions, 12 deletions
diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile
index 7da356e..a90cd55 100644
--- a/sys/compat/svr4/Makefile
+++ b/sys/compat/svr4/Makefile
@@ -2,8 +2,6 @@
#
# $FreeBSD$
-MAINTAINER= newton@freebsd.org
-
all:
@echo "make sysent only"
diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT
index eb5e9ce..6c7fd05 100755
--- a/sys/dev/bktr/CHANGELOG.TXT
+++ b/sys/dev/bktr/CHANGELOG.TXT
@@ -1,9 +1,4 @@
/* $FreeBSD$ */
-/*
- * MAINTAINER = Roger Hardiman <roger@freebsd.org>
- * Newsflash: Roger is temorararily out of touch and unable
- * to maintain this..
- */
/*
* This is part of the Driver for Video Capture Cards (Frame grabbers)
diff --git a/sys/modules/bktr/bktr_mem/Makefile b/sys/modules/bktr/bktr_mem/Makefile
index 5e9f6b5..d5f6190 100644
--- a/sys/modules/bktr/bktr_mem/Makefile
+++ b/sys/modules/bktr/bktr_mem/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= roger@freebsd.org
-
.PATH: ${.CURDIR}/../../../dev/bktr
KMOD= bktr_mem
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
index ab34300..cbffdee 100644
--- a/sys/modules/streams/Makefile
+++ b/sys/modules/streams/Makefile
@@ -1,5 +1,4 @@
# $FreeBSD$
-MAINTAINER= newton@atdot.dotat.org
.PATH: ${.CURDIR}/../../dev/streams
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 5cf015a..9204738 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= newton@FreeBSD.org
-
.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
KMOD= svr4
SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
OpenPOWER on IntegriCloud