Home | History | Annotate | Line # | Download | only in mbr_com0
      1 #	$NetBSD: Makefile,v 1.1 2008/01/19 21:01:35 dsl Exp $
      2 
      3 PROG= mbr_com0
      4 AFLAGS+= -DBOOTSEL -DBOOT_EXTENDED -DCOM_PORT=0
      5 AFLAGS+= -DTERSE_ERROR -DNO_CHS
      6 AFLAGS+= "-DBOOTSEL_FLAGS=MBR_BS_ACTIVE|MBR_BS_EXTLBA|MBR_BS_ASCII"
      7 
      8 .include <../Makefile.mbr>
      9