From 09ef0b3c853d2710178dc6d02048dadaecc06988 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 15 Mar 2001 23:20:13 +0000 Subject: [PATCH] Note rules of enguagement. --- gnu/usr.bin/binutils/Makefile | 6 ++++-- gnu/usr.bin/cc/Makefile | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index c20cf6c04cc4..c6a710933dda 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,6 +1,8 @@ -# # $FreeBSD$ -# + +# In my absence, bde and jdp have pre-approval for any commit they feel +# necessary. +MAINTAINER= obrien@FreeBSD.org SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as gasp ld nm objcopy objdump ranlib readelf \ diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 30ec1194d954..2fd86cdeb6dc 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,5 +1,9 @@ # $FreeBSD$ +# In my absence, bde and jdp have pre-approval for any commit they feel +# necessary. +MAINTAINER= obrien@FreeBSD.org + # The order of some of these are rather important. Some depend on previous # subdirs.