Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2007/03/06 21:52:45 bouyer Exp $
      2 
      3 SUBDIR=
      4 SUBDIR+=	ramdisks
      5 SUBDIR+=	.WAIT
      6 SUBDIR+=	instkernel
      7 SUBDIR+=	.WAIT
      8 SUBDIR+=	cdroms
      9 SUBDIR+=	floppies
     10 TARGETS+=	release
     11 
     12 iso_image:
     13 	${MAKEDIRTARGET} cdroms iso_image
     14 
     15 .include <bsd.subdir.mk>
     16