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