diff --git a/MAINTAINERS b/MAINTAINERS index e418ecb8e757..09e539d6ad4c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -135,11 +135,7 @@ stating your preferences here instead. List below generated with: $ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ ]*=' -bin/dd/Makefile:MAINTAINER= green@FreeBSD.org -games/fortune/datfiles/Makefile:MAINTAINER= jkh -gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org -usr.bin/locate/Makefile:MAINTAINER= wosch usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 3dd185ce8b4a..eb8ec8527b17 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ -MAINTAINER= green@FreeBSD.org - PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c