1 1.15 simonb # $NetBSD: Makefile,v 1.15 1999/11/27 01:45:46 simonb 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.15 simonb ### SUBDIR+=bootxx_cd9660 bootxx_ffs 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.15 simonb ### SUBDIR+=boot 13 1.15 simonb 14 1.15 simonb # program for installing first stage bootblocks 15 1.15 simonb ### SUBDIR+=installboot 16 1.1 deraadt 17 1.9 jonathan .include <bsd.subdir.mk> 18