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