summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-13 15:48:05 +0000
committerru <ru@FreeBSD.org>2002-05-13 15:48:05 +0000
commitb2b69cf2b828caf8e6e4f5c96c90775c00b82187 (patch)
tree35a20c89d08c0a6df1487de519852530e05a351a /sys
parent661f00368be03434325c007f9c533c9195ae6df1 (diff)
downloadFreeBSD-src-b2b69cf2b828caf8e6e4f5c96c90775c00b82187.zip
FreeBSD-src-b2b69cf2b828caf8e6e4f5c96c90775c00b82187.tar.gz
Fixed CLEANFILES after bsd.lib.mk sweep.
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 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
OpenPOWER on IntegriCloud