NetBSD/sys/arch/i386/stand/Makefile

25 lines
403 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2003/04/30 19:52:17 dsl Exp $
SUBDIR= genprom installboot .WAIT
SUBDIR+= mbr
SUBDIR+= biosboot
2000-01-15 04:17:12 +03:00
SUBDIR+= biosboot_com0
SUBDIR+= biosboot_com0_9600
SUBDIR+= biosboot_com0_38400
SUBDIR+= biosboot_com0_57600
SUBDIR+= biosboot_com0_115200
SUBDIR+= biosboot_resetvideo
SUBDIR+= dosboot misc
SUBDIR+= netboot
SUBDIR+= pxeboot
SUBDIR+= pxeboot_com0
.include <bsd.subdir.mk>