xref: /netbsd-src/sys/arch/mipsco/stand/Makefile (revision 7378a103a0379f0b228686292d360c3251e437be)
1#	$NetBSD: Makefile,v 1.2 2000/09/26 10:00:19 wdk Exp $
2
3# first stage bootloader
4SUBDIR+=	bootxx_ffs
5SUBDIR+=	bootxx_cd9660
6#SUBDIR+=	bootxx_lfs
7
8# second stage bootloader
9SUBDIR+=	boot
10
11# program to install bootstrap
12SUBDIR+=	installboot
13
14.include <bsd.subdir.mk>
15