xref: /minix/sys/arch/i386/stand/boot/biosboot/Makefile (revision fb9c64b2)
1# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $
2
3# LSC FIXME: Why change the name?
4# AL: name is changed because in MINIX 3 system is stored
5# in /boot/ directory, so names are conflicting. This in turn
6# is probably inspired by Linux habits to have /boot as a
7# separate partition, holding the system at boot time.
8# Clearly a name change to align with NetBSD is possible!
9PROG=	boot_monitor
10
11.include <../Makefile.boot>
12