15 lines
267 B
Makefile
15 lines
267 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2000/09/18 11:40:46 wdk Exp $
|
||
|
|
||
|
# first stage bootloader
|
||
|
SUBDIR+= bootxx_ffs
|
||
|
SUBDIR+= bootxx_cd9660
|
||
|
#SUBDIR+= bootxx_lfs
|
||
|
|
||
|
# second stage bootloader
|
||
|
SUBDIR+= boot
|
||
|
|
||
|
# program to install bootstrap
|
||
|
#SUBDIR+= installboot
|
||
|
|
||
|
.include <bsd.subdir.mk>
|