Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.18
      1  1.18   thorpej #	$NetBSD: Makefile,v 1.18 2002/02/20 03:00:27 thorpej Exp $
      2   1.1       cgd 
      3  1.16   thorpej SUBDIR=		genprom installboot .WAIT
      4  1.16   thorpej 
      5  1.16   thorpej SUBDIR+=	biosboot
      6  1.11  christos SUBDIR+=	biosboot_com0
      7  1.12    tsarna SUBDIR+=	biosboot_resetvideo
      8  1.16   thorpej 
      9  1.16   thorpej SUBDIR+=	dosboot
     10  1.16   thorpej 
     11  1.17   thorpej SUBDIR+=	netboot
     12  1.16   thorpej 
     13  1.15   thorpej SUBDIR+=	pxeboot
     14  1.18   thorpej SUBDIR+=	pxeboot_com0
     15   1.1       cgd 
     16   1.8     perry .include <bsd.subdir.mk>
     17