diff options
author | will <will@FreeBSD.org> | 2000-09-29 19:51:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-29 19:51:48 +0000 |
commit | 09544abeed0961c0045208dd5b458587b772d065 (patch) | |
tree | e3f10dc582da7d1c134bb5189276839cc79e03b7 /usr.bin/make | |
parent | 21cdd88f1cfd53f3b5cf09b2cb580d4a1956b5b9 (diff) | |
download | FreeBSD-src-09544abeed0961c0045208dd5b458587b772d065.zip FreeBSD-src-09544abeed0961c0045208dd5b458587b772d065.tar.gz |
Assume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSD
improvements (including :C & :L, among others). After that, I'll be coming
up with other ways to improve make(1).
Discussed in spirit with: peter
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 7ef58f8..e8a7f36 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,7 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 # $FreeBSD$ +# +# MAINTAINER = Will Andrews <will@FreeBSD.org> PROG= make CFLAGS+= -I${.CURDIR} |