From b2b69cf2b828caf8e6e4f5c96c90775c00b82187 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 13 May 2002 15:48:05 +0000 Subject: Fixed CLEANFILES after bsd.lib.mk sweep. --- sys/boot/i386/btx/lib/Makefile | 2 +- sys/boot/pc98/btx/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 441c6ad..737d5ec 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -3,7 +3,7 @@ OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf LDFLAGS+= -elf -CLEANFILES+= crt0.o +CLEANFILES+= crt0.o ${OBJS} all: crt0.o diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 441c6ad..737d5ec 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -3,7 +3,7 @@ OBJS= btxcsu.o btxsys.o btxv86.o AFLAGS+= -elf LDFLAGS+= -elf -CLEANFILES+= crt0.o +CLEANFILES+= crt0.o ${OBJS} all: crt0.o -- cgit v1.1