summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/Makefile
blob: cd54132da9d2601f06f3e1575bfffbd22a5a5089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.15 2020/08/16 07:03:45 isaki Exp $

# host tools
SUBDIR= newdisk installboot

# standalone libs
SUBDIR+= libdos libiocs libsa .WAIT

# standalone bootloaders
SUBDIR+= mboot
SUBDIR+= boot_ufs
SUBDIR+= xxboot
SUBDIR+= boot netboot

# Human68k utility
SUBDIR+= aout2hux .WAIT loadbsd

.include <bsd.subdir.mk>