NetBSD/sys/arch/i386/stand/Makefile

25 lines
415 B
Makefile
Raw Normal View History

2003-05-12 18:48:56 +04:00
# $NetBSD: Makefile,v 1.22 2003/05/12 14:48:56 dsl Exp $
SUBDIR= genprom installboot .WAIT
2003-05-12 18:48:56 +04:00
SUBDIR+= mbr bootxx boot
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>