Home | History | Annotate | Line # | Download | only in bootxx_msdos
Makefile revision 1.4
      1  1.4  martin # $NetBSD: Makefile,v 1.4 2020/01/22 06:13:18 martin Exp $
      2  1.1   lukem 
      3  1.1   lukem PROG=	bootxx_msdos
      4  1.1   lukem FS=	dosfs
      5  1.4  martin CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT
      6  1.1   lukem 
      7  1.1   lukem .include <../Makefile.bootxx>
      8