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/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/Makefile')
-rw-r--r-- | sys/boot/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 3fbdc45..4fd9447 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libi386 mbr boot0 btx boot2 cdboot kgzldr loader +SUBDIR= mbr boot0 btx boot2 cdboot kgzldr libi386 loader # special boot programs, 'self-extracting boot2+loader' SUBDIR+= pxeldr |