diff --git a/MAINTAINERS b/MAINTAINERS
index ac4e4ffafdf8..e94f499835f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -138,7 +138,6 @@ $ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ <tab>]*='
 bin/dd/Makefile:MAINTAINER=	green@FreeBSD.org
 games/fortune/datfiles/Makefile:MAINTAINER=	jkh
 gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch
-lib/libc/posix1e/Makefile.inc:MAINTAINER=	rwatson@FreeBSD.org
 lib/libusbhid/Makefile:MAINTAINER=	n_hibma@FreeBSD.ORG
 sbin/dhclient/Makefile.inc:MAINTAINER=     mbr
 sys/compat/svr4/Makefile:MAINTAINER=	newton@freebsd.org
diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc
index 872b6ae48819..5bd119fc8a68 100644
--- a/lib/libc/posix1e/Makefile.inc
+++ b/lib/libc/posix1e/Makefile.inc
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	rwatson@FreeBSD.org
-
 .PATH: ${.CURDIR}/posix1e
 
 SRCS+=	acl_calc_mask.c			\