Home | History | Annotate | Line # | Download | only in bootxx_msdos
      1 # $NetBSD: Makefile,v 1.5 2023/08/30 18:46:51 christos 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