xref: /netbsd-src/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile (revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
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