1 1.5 christos # $NetBSD: Makefile,v 1.5 2023/08/30 18:46:51 christos Exp $ 2 1.5 christos 3 1.5 christos NOMAN=yes 4 1.5 christos .include <bsd.init.mk> 5 1.1 lukem 6 1.1 lukem PROG= bootxx_msdos 7 1.1 lukem FS= dosfs 8 1.4 martin CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT 9 1.1 lukem 10 1.1 lukem .include <../Makefile.bootxx> 11 1.5 christos OPT_SIZE.clang += -Oz 12