summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/biosboot/Makefile
blob: 8a8cfce8dac73e6e10e2d48b50ecfe57edbd0338 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $

# LSC FIXME: Why change the name?
# AL: name is changed because in MINIX 3 system is stored
# in /boot/ directory, so names are conflicting. This in turn
# is probably inspired by Linux habits to have /boot as a
# separate partition, holding the system at boot time.
# Clearly a name change to align with NetBSD is possible!
PROG=	boot_monitor

.include <../Makefile.boot>