minix/sys/arch/i386/stand/mbr/mbr_com0/Makefile

9 lines
248 B
Makefile
Raw Normal View History

2012-01-10 11:01:31 +01:00
# $NetBSD: Makefile,v 1.1 2008/01/19 21:01:35 dsl Exp $
PROG= mbr_com0
AFLAGS+= -DBOOTSEL -DBOOT_EXTENDED -DCOM_PORT=0
AFLAGS+= -DTERSE_ERROR -DNO_CHS
AFLAGS+= "-DBOOTSEL_FLAGS=MBR_BS_ACTIVE|MBR_BS_EXTLBA|MBR_BS_ASCII"
.include <../Makefile.mbr>