1 # $NetBSD: Makefile,v 1.4.24.1 2023/12/14 17:56:08 martin Exp $ 2 3 NOMAN=yes 4 .include <bsd.init.mk> 5 6 PROG= bootxx_msdos 7 FS= dosfs 8 CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT 9 10 .include <../Makefile.bootxx> 11 OPT_SIZE.clang += -Oz 12