xref: /netbsd-src/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile (revision a9d97cfcc64e6cac462d13a834581a26fbd0a538)
1# $NetBSD: Makefile,v 1.5 2023/08/30 18:46:51 christos Exp $
2
3NOMAN=yes
4.include <bsd.init.mk>
5
6PROG=	bootxx_msdos
7FS=	dosfs
8CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT
9
10.include <../Makefile.bootxx>
11OPT_SIZE.clang += -Oz
12