Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.13
      1  1.13  riastrad #	$NetBSD: Makefile,v 1.13 2017/05/21 15:28:37 riastradh Exp $
      2  1.11    martin 
      3  1.11    martin .include <bsd.own.mk>
      4   1.1   thorpej 
      5   1.3   hubertf SUBDIR=
      6   1.3   hubertf SUBDIR+=	ramdisks
      7   1.3   hubertf SUBDIR+=	.WAIT
      8   1.3   hubertf SUBDIR+=	instkernel
      9  1.11    martin .if ${MKKMOD} != "no"
     10   1.8        ad SUBDIR+=	kmod
     11  1.10   khorben SUBDIR+=	kmod-cgdroot
     12  1.11    martin .endif
     13   1.3   hubertf SUBDIR+=	.WAIT
     14   1.4   hubertf SUBDIR+=	cdroms
     15   1.3   hubertf SUBDIR+=	floppies
     16   1.9   tsutsui SUBDIR+=	liveimage
     17   1.9   tsutsui SUBDIR+=	installimage
     18   1.2     lukem TARGETS+=	release
     19   1.1   thorpej 
     20   1.5    bouyer iso_image:
     21   1.5    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     22   1.5    bouyer 
     23   1.9   tsutsui live_image:
     24   1.9   tsutsui 	${MAKEDIRTARGET} liveimage live_image
     25   1.9   tsutsui 
     26   1.9   tsutsui install_image:
     27   1.9   tsutsui 	${MAKEDIRTARGET} installimage install_image
     28   1.9   tsutsui 
     29   1.1   thorpej .include <bsd.subdir.mk>
     30