From aff53081b3a5d795eb73cb6a091c05ad84d68958 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 7 Feb 2004 13:38:47 +0000 Subject: [PATCH] Generate .depend file. --- sys/boot/i386/boot2/Makefile | 2 ++ sys/boot/i386/gptboot/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 364c21f5f30e..830ef15f6a9e 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -81,6 +81,8 @@ boot2.out: ${BTXCRT} boot2.o sio.o boot2.o: boot2.s +SRCS= boot2.c boot2.h + boot2.s: boot2.c boot2.h ${.CURDIR}/../../common/ufsread.c ${CC} ${CFLAGS} -S -o boot2.s.tmp ${.CURDIR}/boot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 364c21f5f30e..830ef15f6a9e 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -81,6 +81,8 @@ boot2.out: ${BTXCRT} boot2.o sio.o boot2.o: boot2.s +SRCS= boot2.c boot2.h + boot2.s: boot2.c boot2.h ${.CURDIR}/../../common/ufsread.c ${CC} ${CFLAGS} -S -o boot2.s.tmp ${.CURDIR}/boot2.c sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s