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