Missed rwatson's redundancy

This commit is contained in:
Warner Losh 2005-06-03 15:50:55 +00:00
parent b93c319255
commit 46813f9674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146937
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
# $FreeBSD$
MAINTAINER= rwatson@FreeBSD.org
.PATH: ${.CURDIR}/posix1e
SRCS+= acl_calc_mask.c \