xref: /netbsd-src/sys/arch/mipsco/stand/Makefile (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
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