xref: /netbsd-src/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1# $NetBSD: Makefile,v 1.4 2020/01/22 06:13:18 martin Exp $
2
3PROG=	bootxx_msdos
4FS=	dosfs
5CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT
6
7.include <../Makefile.bootxx>
8