diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 15:48:05 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 15:48:05 +0000 |
| commit | 26aace39ab868558bb04846e5ba4f6fda55beb87 (patch) | |
| tree | 35a20c89d08c0a6df1487de519852530e05a351a /sys | |
| parent | 2020063860c278d1e200cb40e9b8d715fb2124de (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/lib/Makefile | 2 |
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 |
