Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.8
      1 #	$NetBSD: Makefile,v 1.8 2008/12/01 10:11:26 ad Exp $
      2 
      3 SUBDIR=
      4 SUBDIR+=	ramdisks
      5 SUBDIR+=	.WAIT
      6 SUBDIR+=	instkernel
      7 SUBDIR+=	kmod
      8 SUBDIR+=	.WAIT
      9 SUBDIR+=	cdroms
     10 SUBDIR+=	floppies
     11 TARGETS+=	release
     12 
     13 iso_image:
     14 	${MAKEDIRTARGET} cdroms iso_image
     15 
     16 .include <bsd.subdir.mk>
     17