freebsd-dev/sys/boot/i386/Makefile
Poul-Henning Kamp cb37d870a6 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.
2002-06-21 11:00:00 +00:00

10 lines
187 B
Makefile

# $FreeBSD$
SUBDIR= mbr boot0 btx boot2 cdboot kgzldr libi386 loader
# special boot programs, 'self-extracting boot2+loader'
SUBDIR+= pxeldr
SUBDIR+= liloldr
.include <bsd.subdir.mk>