1999-11-28 06:17:11 +03:00
|
|
|
# $NetBSD: Makefile,v 1.16 1999/11/28 03:17:11 simonb Exp $
|
1994-10-27 00:08:38 +03:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1999-11-27 04:45:46 +03:00
|
|
|
# first stage bootblocks
|
1999-11-28 06:17:11 +03:00
|
|
|
SUBDIR+=bootxx_cd9660 bootxx_ffs bootxx_lfs # netboot
|
1999-11-27 04:45:46 +03:00
|
|
|
|
|
|
|
# remove this when netboot is working - we don't go in here
|
|
|
|
# by default...
|
|
|
|
#SUBDIR+=smallnet
|
|
|
|
|
|
|
|
# second stage bootblocks
|
1999-11-28 06:17:11 +03:00
|
|
|
SUBDIR+=boot
|
1999-11-27 04:45:46 +03:00
|
|
|
|
|
|
|
# program for installing first stage bootblocks
|
1999-11-28 06:17:11 +03:00
|
|
|
SUBDIR+=installboot
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1997-05-26 02:03:23 +04:00
|
|
|
.include <bsd.subdir.mk>
|