summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-04-15 13:44:00 +0000
committernyan <nyan@FreeBSD.org>2002-04-15 13:44:00 +0000
commitc911a2cbdc2160e59e154570ac3e03078d8ce901 (patch)
tree256738bdba62cd9630db9e946ab422742aee25b7 /sys/boot
parent1a41b2c91193bd5dc39ce9103e6890d04bd5d03b (diff)
downloadFreeBSD-src-c911a2cbdc2160e59e154570ac3e03078d8ce901.zip
FreeBSD-src-c911a2cbdc2160e59e154570ac3e03078d8ce901.tar.gz
MFi386: revision 1.7.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/kgzldr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index 8910498..09c9f5e 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-PROG= 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
.if ${OBJFORMAT} == aout
CFLAGS+=-O2
OpenPOWER on IntegriCloud