Home | History | Annotate | Line # | Download | only in stand
      1 #	$NetBSD: Makefile,v 1.15 2020/08/16 07:03:45 isaki 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
     12 SUBDIR+= xxboot
     13 SUBDIR+= boot netboot
     14 
     15 # Human68k utility
     16 SUBDIR+= aout2hux .WAIT loadbsd
     17 
     18 .include <bsd.subdir.mk>
     19