summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-12 15:49:30 +0000
committerru <ru@FreeBSD.org>2002-04-12 15:49:30 +0000
commit5f45c246ce2b527553927dad8065d3779d06d43f (patch)
treeb8b59bd637ac534c64dcbceb103b5b8b63cba49a /sys/boot
parent1e8f208d959b100de8a3fafa0c26f6fe78bf78a5 (diff)
downloadFreeBSD-src-5f45c246ce2b527553927dad8065d3779d06d43f.zip
FreeBSD-src-5f45c246ce2b527553927dad8065d3779d06d43f.tar.gz
Unbreak this as well.
At the extra bonus of fixing the contents of the .depend file. Not really my day.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/kgzldr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile
index da53060..4c69f60 100644
--- a/sys/boot/i386/kgzldr/Makefile
+++ b/sys/boot/i386/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