summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-04-25 13:28:10 +0000
committernyan <nyan@FreeBSD.org>2002-04-25 13:28:10 +0000
commitf51b511837cc39594e5d27da1bee5ee230f4b859 (patch)
tree65fc524b8b4d39dc510773e33844c3f6f056f62c /sys/boot/pc98/kgzldr
parentc4a3241333c8012f94abc64f4606b49e161baa48 (diff)
downloadFreeBSD-src-f51b511837cc39594e5d27da1bee5ee230f4b859.zip
FreeBSD-src-f51b511837cc39594e5d27da1bee5ee230f4b859.tar.gz
MFi386: revision 1.8
Diffstat (limited to 'sys/boot/pc98/kgzldr')
-rw-r--r--sys/boot/pc98/kgzldr/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index 09c9f5e..c0820c1 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+FILES= kgzldr.o
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
CFLAGS= -fno-builtin
@@ -10,23 +11,20 @@ CFLAGS+=-Os
.endif
CFLAGS+=-DKZIP
LDFLAGS=-nostdlib -static -r
-NOMAN=
BINDIR= /usr/lib
-BINMODE=444
-STRIP=
.PATH: ${.CURDIR}/../../../kern
.PATH: ${.CURDIR}/../../i386/kgzldr
AFLAGS+=--defsym PC98=1
+CLEANFILES=${FILES}
+
M4?= m4
M4FLAGS=-DOBJFORMAT=${OBJFORMAT}
BOOT_COMCONSOLE_PORT?= 0x238
M4FLAGS+=-DSIOPRT=${BOOT_COMCONSOLE_PORT}
-all: kgzldr.o
-
kgzldr.o: ${OBJS}
${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS}
OpenPOWER on IntegriCloud