Home | History | Annotate | Line # | Download | only in stand
      1 #	$NetBSD: Makefile,v 1.2 2000/09/26 10:00:19 wdk Exp $
      2 
      3 # first stage bootloader
      4 SUBDIR+=	bootxx_ffs
      5 SUBDIR+=	bootxx_cd9660
      6 #SUBDIR+=	bootxx_lfs
      7 
      8 # second stage bootloader
      9 SUBDIR+=	boot
     10 
     11 # program to install bootstrap
     12 SUBDIR+=	installboot
     13 
     14 .include <bsd.subdir.mk>
     15