From bdc8631e01562f18e4f3305428717739d8af83a4 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Thu, 15 Mar 2001 10:33:00 +0000 Subject: [PATCH] with my mentor hat on... remove the concept of a 'maintainer' of our make. there really isn't a need for any one committer to hold an exclusive lock or serve as a filter for this code. --- usr.bin/make/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index e8a7f36033c6..7ef58f8ef71b 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,7 +1,5 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 # $FreeBSD$ -# -# MAINTAINER = Will Andrews PROG= make CFLAGS+= -I${.CURDIR}