diff options
author | johan <johan@FreeBSD.org> | 2004-04-01 20:31:49 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2004-04-01 20:31:49 +0000 |
commit | 30a416556d36238142f1fb64b45f0d388e898178 (patch) | |
tree | ad5d5b4250cf2fefc3aaac274a94fb5759f4a59c | |
parent | 373fdcfae3dc6890764ddc660e275f28f670d668 (diff) | |
download | FreeBSD-src-30a416556d36238142f1fb64b45f0d388e898178.zip FreeBSD-src-30a416556d36238142f1fb64b45f0d388e898178.tar.gz |
Remove these MAINTAINER lines since the maintainers has had their
commit bits retired for safe keeping.
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | sbin/ffsinfo/Makefile | 2 | ||||
-rw-r--r-- | sbin/growfs/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6431241..8af6adf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -114,8 +114,6 @@ lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG lib/libz/Makefile:MAINTAINER= peter@FreeBSD.org sbin/dhclient/Makefile.inc:MAINTAINER= murray@FreeBSD.org -sbin/ffsinfo/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG -sbin/growfs/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG sbin/ipf/Makefile:MAINTAINER= darrenr@freebsd.org sbin/ipfs/Makefile:MAINTAINER= darrenr@freebsd.org sbin/ipfstat/Makefile:MAINTAINER= darrenr@freebsd.org diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 47c1d70..a1ffef7 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -4,8 +4,6 @@ # $FreeBSD$ # -MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG - GROWFS= ${.CURDIR}/../growfs .PATH: ${GROWFS} diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index b89c200..d6ddfd5 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -4,8 +4,6 @@ # $FreeBSD$ # -MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG - #GFSDBG=YES PROG= growfs |