diff options
author | phk <phk@FreeBSD.org> | 2002-06-21 11:00:00 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-06-21 11:00:00 +0000 |
commit | 25b1090f3ab86dce1d7c085d81db4a50486af781 (patch) | |
tree | 5960a74b87bfa07e2a2771e66e2428a7b94777d7 /sys/boot/i386/boot2/Makefile | |
parent | cb6bcb1e2597f6507ab308e89c4d8cfd427b30ce (diff) | |
download | FreeBSD-src-25b1090f3ab86dce1d7c085d81db4a50486af781.zip FreeBSD-src-25b1090f3ab86dce1d7c085d81db4a50486af781.tar.gz |
Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c
to libi386, this issue was resolved already in a cleaner way.
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 75e4fe3..2883b93 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -75,7 +75,7 @@ boot2.bin: boot2.out boot2.out: boot2.o sio.o ${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} \ - ${BTX}/lib/crt0.o boot2.o sio.o ../libi386/libi386.a + ${BTX}/lib/crt0.o boot2.o sio.o boot2.o: boot2.h |