diff options
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} |