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