diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-09-29 19:51:48 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-09-29 19:51:48 +0000 |
| commit | b17aa0e4266857344ed48179033e27d9d1d7b329 (patch) | |
| tree | 5af5524cb55978da5fff6f7c3586fb846e69a79f /usr.bin | |
| parent | 8fb26af11154c64cd35d6f668373e5311925676c (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 7ef58f8ef71b..e8a7f36033c6 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} |
