repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
mipsco
/
stand
/
Makefile
blob
8dfec6e5dfc5ed9b3a165628fb3f0ea4c52f015d
1
# $NetBSD: Makefile,v 1.1 2000/09/18 11:40:46 wdk Exp $
2
3
# first stage bootloader
4
SUBDIR
+=
bootxx_ffs
5
SUBDIR
+=
bootxx_cd9660
6
#SUBDIR+= bootxx_lfs
7
8
# second stage bootloader
9
SUBDIR
+=
boot
10
11
# program to install bootstrap
12
SUBDIR
+=
installboot
13
14
.
include
<
bsd.subdir.mk
>