Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / i386 / stand / mbr / mbr_com0 / Makefile
blob85352aefd2a2a3da2292c9b9594ad1a5a3676c75
1 # $NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos Exp $
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"
8 .include <../Makefile.mbr>