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