summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-14 19:32:52 +0000
committerobrien <obrien@FreeBSD.org>2003-06-14 19:32:52 +0000
commit7ea86c6d90136572c153a721268c5ab40ba446ca (patch)
treec03ebad9750b8344e40f0e1977353f64c065938a
parent2ed58349a9bab6e4a593cdeef22686163a562d32 (diff)
downloadFreeBSD-src-7ea86c6d90136572c153a721268c5ab40ba446ca.zip
FreeBSD-src-7ea86c6d90136572c153a721268c5ab40ba446ca.tar.gz
Remove MAINTAINER lines.
-rw-r--r--gnu/usr.bin/binutils/Makefile4
-rw-r--r--lib/libbz2/Makefile2
-rw-r--r--libexec/lukemftpd/Makefile2
-rw-r--r--usr.bin/brandelf/Makefile2
-rw-r--r--usr.bin/bzip2/Makefile2
-rw-r--r--usr.bin/bzip2recover/Makefile2
6 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index b21f4f5..14bed1e 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -1,9 +1,5 @@
# $FreeBSD$
-# In my absence, bde and jdp have pre-approval for any commit they feel
-# necessary.
-MAINTAINER= obrien@FreeBSD.org
-
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
size strings strip doc
diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile
index dcdc7be..b76b11c 100644
--- a/lib/libbz2/Makefile
+++ b/lib/libbz2/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= obrien@FreeBSD.org
-
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile
index ff6d563..ca94f57 100644
--- a/libexec/lukemftpd/Makefile
+++ b/libexec/lukemftpd/Makefile
@@ -1,8 +1,6 @@
# @(#)Makefile 8.2 (Berkeley) 4/4/94
# $FreeBSD$
-MAINTAINER= obrien
-
LUKEMFTPD= ${.CURDIR}/../../contrib/lukemftpd
.PATH: ${LUKEMFTPD}/src ${LUKEMFTPD}/libnetbsd
diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile
index 0bd6066..2c4859f 100644
--- a/usr.bin/brandelf/Makefile
+++ b/usr.bin/brandelf/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= obrien
-
PROG= brandelf
.include <bsd.prog.mk>
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index fd4d2b0..eab21fe 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= obrien@FreeBSD.org
-
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
index 8688455..d8c412a 100644
--- a/usr.bin/bzip2recover/Makefile
+++ b/usr.bin/bzip2recover/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= obrien@FreeBSD.org
-
BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
OpenPOWER on IntegriCloud