Set MAINTAINER.

This commit is contained in:
Robert Nordier 2000-10-02 17:23:16 +00:00
parent 9723914110
commit ce6a6a0f90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66555
11 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= boot0
NOMAN=
STRIP=

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= boot2
NOMAN=
STRIP=

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
M4?= m4
.if defined(PAGING)

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
M4?= m4
M4FLAGS+= -DLOADER_ADDRESS=${LOADER_ADDRESS}

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
OBJS= btxcsu.o btxsys.o btxv86.o
AFLAGS+= -elf
LDFLAGS+= -elf

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= boot2
NOMAN=
STRIP=

View File

@ -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

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= mbr
NOMAN=
STRIP=

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= boot0cfg
MAN8= boot0cfg.8

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= btxld
SRCS= btxld.c elfh.c
MAN8= btxld.8

View File

@ -1,5 +1,7 @@
# $FreeBSD$
MAINTAINER= rnordier
PROG= kgzip
SRCS= kgzip.c elfhdr.c kgzcmp.c kgzld.c xio.c
MAN8= kgzip.8