diff options
author | rnordier <rnordier@FreeBSD.org> | 2001-07-21 14:32:47 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 2001-07-21 14:32:47 +0000 |
commit | ba4e5273cd80e746f5ba4b4438e7a307f458d16d (patch) | |
tree | 01e85ba24cb020d88f3a83c5da15da4d7358416a /sys/boot | |
parent | 34bc592815f7d9a537b944143fdefed6ec5be1a4 (diff) | |
download | FreeBSD-src-ba4e5273cd80e746f5ba4b4438e7a307f458d16d.zip FreeBSD-src-ba4e5273cd80e746f5ba4b4438e7a307f458d16d.tar.gz |
Unset MAINTAINER.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/boot0/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/btx/btx/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/btx/btxldr/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/gptboot/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/kgzldr/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/i386/mbr/Makefile | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 4d3f006..015a5e8 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - PROG= boot0 NOMAN= STRIP= diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 23abab9..35e7d89 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - PROG= boot2 NOMAN= STRIP= diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index 525c17f..d3ead1b 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - M4?= m4 .if defined(PAGING) diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index 592eeab..0d61889 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - M4?= m4 M4FLAGS+= -DLOADER_ADDRESS=${LOADER_ADDRESS} diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 2a6eabf..40c6565 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf LDFLAGS+= -elf diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 23abab9..35e7d89 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - PROG= boot2 NOMAN= STRIP= diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index 2a4513d..da53060 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - PROG= kgzldr.o SRCS= start.s boot.c inflate.c lib.c crt.s sio.s CFLAGS= -fno-builtin diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile index 9c5858a..ed77dba 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= rnordier - PROG= mbr NOMAN= STRIP= |