xref: /netbsd-src/sys/arch/pmax/stand/Makefile (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1#	$NetBSD: Makefile,v 1.19 2009/04/21 16:08:39 tsutsui Exp $
2#	@(#)Makefile	8.3 (Berkeley) 2/16/94
3
4# first stage bootblocks
5SUBDIR+=bootxx_cd9660 bootxx_ffs bootxx_ffsv2 bootxx_lfs netboot
6
7# remove this when netboot is working - we don't go in here
8# by default...
9#SUBDIR+=smallnet
10
11# second stage bootblocks
12SUBDIR+=boot
13
14.include <bsd.subdir.mk>
15