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