xref: /minix3/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile (revision 58a2b0008e28f606a7f7f5faaeaba4faac57a1ea)
1# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $
2
3PROG=	bootxx_msdos
4FS=	dosfs
5CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR
6
7.include <../Makefile.bootxx>
8