Home | History | Annotate | Line # | Download | only in floppies
Makefile revision 1.25
      1  1.25       tls #	$NetBSD: Makefile,v 1.25 2001/09/23 23:40:29 tls Exp $
      2  1.25       tls 
      3  1.25       tls DBG=		-Os
      4   1.1       cgd 
      5  1.20      fvdl SUBDIR=		ramdisk-big
      6  1.20      fvdl SUBDIR+=	ramdisk-small
      7  1.23       jmc SUBDIR+=	ramdisk-tiny
      8  1.20      fvdl SUBDIR+=	kernel-ramdisk
      9  1.16   hubertf SUBDIR+=	fdset
     10  1.23       jmc SUBDIR+=	fdset-com
     11  1.20      fvdl SUBDIR+=	fdset-laptop
     12  1.16   hubertf SUBDIR+=	bootfloppy-big
     13  1.24  jdolecek SUBDIR+=	bootfloppy-ps2
     14  1.20      fvdl SUBDIR+=	bootfloppy-small
     15  1.23       jmc SUBDIR+=	bootfloppy-tiny
     16  1.20      fvdl 
     17  1.23       jmc SUBDIR+=	ramdisk-rescuesmall
     18  1.23       jmc SUBDIR+=	ramdisk-rescuetiny
     19  1.20      fvdl SUBDIR+=	kernel-rescue
     20  1.23       jmc SUBDIR+=	rescue-small
     21  1.23       jmc SUBDIR+=	rescue-tiny
     22  1.10        he 
     23  1.10        he TARGETS+=release
     24   1.1       cgd 
     25   1.1       cgd .include <bsd.subdir.mk>
     26