#	$NecBSD: Makefile,v 1.2.2.1.2.1 2000/06/12 03:55:33 honda Exp $
#	$NetBSD: Makefile,v 1.10 1999/03/14 05:50:38 sommerfe Exp $

.ifdef	ORIGINAL_CODE
SUBDIR=		biosboot installboot
SUBDIR+=	dosboot
#SUBDIR+=	genprom netboot
.else	# PC-98
# XXX: preserve order!:
#	biosboot_ser should be made first (BSSTART objects dependency)
SUBDIR=		biosboot_ser biosboot biosboot_pccs installboot
#SUBDIR+=	dosboot
#SUBDIR+=	genprom netboot
.endif	# PC-98

.include <bsd.subdir.mk>
