xref: /netbsd/sys/arch/i386/stand/mbr/mbr_bootsel/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos Exp $
2
3PROG= mbr_bootsel
4AFLAGS+= -DBOOTSEL
5AFLAGS+= -DTERSE_ERROR
6AFLAGS+= -DBOOTSEL_FLAGS=MBR_BS_ACTIVE
7
8.include <../Makefile.mbr>
9