Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 2012/10/12 17:06:48 tsutsui Exp $
      2 
      3 # host tools
      4 SUBDIR= newdisk installboot
      5 
      6 # standalone libs
      7 SUBDIR+= libdos libiocs libsa .WAIT
      8 
      9 # standalone bootloaders
     10 SUBDIR+= mboot
     11 SUBDIR+= boot_ufs boot_ustar xxboot
     12 SUBDIR+= boot
     13 
     14 # Human68k utility
     15 SUBDIR+= aout2hux .WAIT loadbsd
     16 
     17 .include <bsd.subdir.mk>
     18