diff options
author | marcel <marcel@FreeBSD.org> | 2001-11-18 05:45:27 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2001-11-18 05:45:27 +0000 |
commit | c1b2a50685a4e677709b870fcb99a8c1cbb24b4a (patch) | |
tree | f0931ac607dbfdab9fe7b098664b3adadffd698f | |
parent | 7ba51fcfef58492b74acbef8341ea9080568180c (diff) | |
download | FreeBSD-src-c1b2a50685a4e677709b870fcb99a8c1cbb24b4a.zip FreeBSD-src-c1b2a50685a4e677709b870fcb99a8c1cbb24b4a.tar.gz |
Pass maintainership over to emulation@FreeBSD.org. It has been fun,
but time and other interests is making it hard. Open the door for
new blood and fresh tactics now that the Linuxulator has had its
facelift.
Thanks to all who contributed during my tour of duty!
-rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 226d22d..5184c0b 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -MAINTAINER= marcel@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org .PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux |