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