aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 15:48:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 15:48:05 +0000
commit26aace39ab868558bb04846e5ba4f6fda55beb87 (patch)
tree35a20c89d08c0a6df1487de519852530e05a351a /sys
parent2020063860c278d1e200cb40e9b8d715fb2124de (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/btx/lib/Makefile2
-rw-r--r--sys/boot/pc98/btx/lib/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile
index 441c6adb8fc5d..737d5ec97fc7f 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 441c6adb8fc5d..737d5ec97fc7f 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