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