summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco/stand/Makefile
blob: 90f6111e4e2a9abcbe12b30dd6f1dc008508f986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.2 2000/09/26 10:00:19 wdk Exp $

# first stage bootloader
SUBDIR+=	bootxx_ffs
SUBDIR+=	bootxx_cd9660
#SUBDIR+=	bootxx_lfs

# second stage bootloader
SUBDIR+=	boot

# program to install bootstrap
SUBDIR+=	installboot

.include <bsd.subdir.mk>