netbsd/sys/arch/x68k/stand/Makefile
2013-04-06 16:48:33 +02:00

18 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/10/12 20:15:52 tsutsui Exp $
# host tools
SUBDIR= newdisk installboot
# standalone libs
SUBDIR+= libdos libiocs libsa .WAIT
# standalone bootloaders
SUBDIR+= mboot
SUBDIR+= boot_ufs boot_ustar xxboot
SUBDIR+= boot netboot
# Human68k utility
SUBDIR+= aout2hux .WAIT loadbsd
.include <bsd.subdir.mk>