mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
18 lines
335 B
Makefile
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>
|