Home | History | Annotate | Line # | Download | only in bootxx_msdos
Makefile revision 1.3.172.1
      1 # $NetBSD: Makefile,v 1.3.172.1 2020/01/25 22:38:41 ad Exp $
      2 
      3 PROG=	bootxx_msdos
      4 FS=	dosfs
      5 CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT
      6 
      7 .include <../Makefile.bootxx>
      8