diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-15 23:20:13 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-15 23:20:13 +0000 |
| commit | 09ef0b3c853d2710178dc6d02048dadaecc06988 (patch) | |
| tree | 46724b3982422dd5e2b9233f738876b7c45711e0 /gnu | |
| parent | 84e268e3fc6761c911e1d853176ff0da8ce3a1cd (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 6 | ||||
| -rw-r--r-- | 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 c20cf6c04cc47..c6a710933dda2 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 30ec1194d954e..2fd86cdeb6dc3 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. |
