12 lines
435 B
Makefile
12 lines
435 B
Makefile
# $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>
|