Makefile revision 1.16
11.16Ssimonb# $NetBSD: Makefile,v 1.16 1999/11/28 03:17:11 simonb Exp $ 21.4Scgd# @(#)Makefile 8.3 (Berkeley) 2/16/94 31.1Sderaadt 41.15Ssimonb# first stage bootblocks 51.16SsimonbSUBDIR+=bootxx_cd9660 bootxx_ffs bootxx_lfs # netboot 61.15Ssimonb 71.15Ssimonb# remove this when netboot is working - we don't go in here 81.15Ssimonb# by default... 91.15Ssimonb#SUBDIR+=smallnet 101.15Ssimonb 111.15Ssimonb# second stage bootblocks 121.16SsimonbSUBDIR+=boot 131.15Ssimonb 141.15Ssimonb# program for installing first stage bootblocks 151.16SsimonbSUBDIR+=installboot 161.1Sderaadt 171.9Sjonathan.include <bsd.subdir.mk> 18