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