xref: /netbsd/sys/arch/i386/stand/bootxx/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.14 2010/12/29 17:44:03 jakllsch Exp $
2
3SUBDIR=	bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
4SUBDIR+=bootxx_msdos bootxx_ustarfs
5
6# Ext2fs doesn't have enough free space (it has only 1KB)
7# to store this primary bootloader, but we can put it into
8# an independent small 'boot' partition as NetBSD/hp300 does.
9SUBDIR+=bootxx_ext2fs
10
11LIBOBJ= ${.OBJDIR}
12.MAKEOVERRIDES+= LIBOBJ
13
14.include <bsd.subdir.mk>
15.include <bsd.obj.mk>
16
17cleandir distclean: .WAIT cleanlibdir
18
19cleanlibdir:
20	-rm -rf lib
21