From 56de11b718cb1272359bdbd48bc824f7dbfb2f23 Mon Sep 17 00:00:00 2001 From: rnordier Date: Mon, 2 Oct 2000 17:23:16 +0000 Subject: Set MAINTAINER. --- sys/boot/i386/boot0/Makefile | 2 ++ sys/boot/i386/boot2/Makefile | 2 ++ sys/boot/i386/btx/btx/Makefile | 2 ++ sys/boot/i386/btx/btxldr/Makefile | 2 ++ sys/boot/i386/btx/lib/Makefile | 2 ++ sys/boot/i386/gptboot/Makefile | 2 ++ sys/boot/i386/kgzldr/Makefile | 2 ++ sys/boot/i386/mbr/Makefile | 2 ++ usr.sbin/boot0cfg/Makefile | 2 ++ usr.sbin/btxld/Makefile | 2 ++ usr.sbin/kgzip/Makefile | 2 ++ 11 files changed, 22 insertions(+) diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 92bba82..429a62c 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= boot0 NOMAN= STRIP= diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 35e7d89..23abab9 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= boot2 NOMAN= STRIP= diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index d3ead1b..525c17f 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -1,5 +1,7 @@ # $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 0d61889..592eeab 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,5 +1,7 @@ # $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 40c6565..2a6eabf 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,5 +1,7 @@ # $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 35e7d89..23abab9 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= boot2 NOMAN= STRIP= diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index bb97590..ea4e701 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= kgzldr.o SRCS= start.s boot.c inflate.c lib.c crt.s sio.s CFLAGS= -fno-builtin -Os diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile index ed77dba..9c5858a 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= mbr NOMAN= STRIP= diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 81189f3..92368f8 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= boot0cfg MAN8= boot0cfg.8 diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile index 6775183..e1a54c0 100644 --- a/usr.sbin/btxld/Makefile +++ b/usr.sbin/btxld/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= btxld SRCS= btxld.c elfh.c MAN8= btxld.8 diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile index 5a3565a..1bfad2d 100644 --- a/usr.sbin/kgzip/Makefile +++ b/usr.sbin/kgzip/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= kgzip SRCS= kgzip.c elfhdr.c kgzcmp.c kgzld.c xio.c MAN8= kgzip.8 -- cgit v1.1