diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-14 19:32:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-14 19:32:52 +0000 |
| commit | 457946d9bd2c7ed893458e782cdc5b4c1485e086 (patch) | |
| tree | c03ebad9750b8344e40f0e1977353f64c065938a | |
| parent | 2b34e5d6d283d872e6538f51d9066389c0164d98 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 4 | ||||
| -rw-r--r-- | lib/libbz2/Makefile | 2 | ||||
| -rw-r--r-- | libexec/lukemftpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/brandelf/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/bzip2/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/bzip2recover/Makefile | 2 |
6 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index b21f4f500c3f..14bed1ed0791 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,9 +1,5 @@ # $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 \ size strings strip doc diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index dcdc7be2829a..b76b11c9779c 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index ff6d56364222..ca94f57762ce 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 # $FreeBSD$ -MAINTAINER= obrien - LUKEMFTPD= ${.CURDIR}/../../contrib/lukemftpd .PATH: ${LUKEMFTPD}/src ${LUKEMFTPD}/libnetbsd diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 0bd6066f9319..2c4859fcd959 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien - PROG= brandelf .include <bsd.prog.mk> diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index fd4d2b0ccc43..eab21feabbd3 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 868845597929..d8c412ad4e76 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} |
