Home | History | Annotate | Line # | Download | only in amd64
Makefile revision 1.11
      1  1.11  pgoyette #	$NetBSD: Makefile,v 1.11 2016/06/30 12:56:27 pgoyette Exp $
      2  1.10    martin 
      3  1.10    martin .include <bsd.own.mk>
      4   1.1      fvdl 
      5   1.2   hubertf SUBDIR=
      6   1.2   hubertf SUBDIR+=	ramdisks
      7   1.2   hubertf SUBDIR+=	.WAIT
      8   1.2   hubertf SUBDIR+=	instkernel
      9  1.10    martin .if ${MKKMOD} != "no"
     10   1.5       jym SUBDIR+=	kmod
     11  1.11  pgoyette .if ${MKCRYPTO} != "no"
     12   1.7   khorben SUBDIR+=	kmod-cgdroot
     13  1.10    martin .endif
     14  1.11  pgoyette .endif
     15   1.2   hubertf SUBDIR+=	.WAIT
     16   1.3   hubertf SUBDIR+=	cdroms
     17   1.6   tsutsui SUBDIR+=	liveimage
     18   1.6   tsutsui SUBDIR+=	installimage
     19   1.4    bouyer TARGETS+=	release 
     20   1.4    bouyer 
     21   1.4    bouyer iso_image:
     22   1.4    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     23   1.1      fvdl 
     24   1.6   tsutsui live_image:
     25   1.6   tsutsui 	${MAKEDIRTARGET} liveimage live_image
     26   1.6   tsutsui 
     27   1.6   tsutsui install_image:
     28   1.6   tsutsui 	${MAKEDIRTARGET} installimage install_image
     29   1.6   tsutsui 
     30   1.1      fvdl .include <bsd.subdir.mk>
     31