From 0f8af5c368b818e44bc2a7adc85036145c99e122 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Mon, 15 Apr 2002 13:44:00 +0000 Subject: [PATCH] MFi386: revision 1.7. --- sys/boot/pc98/kgzldr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile index 89104980ba68..09c9f5e1fc22 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