Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.12
      1  1.12  pgoyette #	$NetBSD: Makefile,v 1.12 2016/06/30 12:56:27 pgoyette 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.12  pgoyette .if ${MKCRYPTO} != "no"
     12  1.10   khorben SUBDIR+=	kmod-cgdroot
     13  1.11    martin .endif
     14  1.12  pgoyette .endif
     15   1.3   hubertf SUBDIR+=	.WAIT
     16   1.4   hubertf SUBDIR+=	cdroms
     17   1.3   hubertf SUBDIR+=	floppies
     18   1.9   tsutsui SUBDIR+=	liveimage
     19   1.9   tsutsui SUBDIR+=	installimage
     20   1.2     lukem TARGETS+=	release
     21   1.1   thorpej 
     22   1.5    bouyer iso_image:
     23   1.5    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     24   1.5    bouyer 
     25   1.9   tsutsui live_image:
     26   1.9   tsutsui 	${MAKEDIRTARGET} liveimage live_image
     27   1.9   tsutsui 
     28   1.9   tsutsui install_image:
     29   1.9   tsutsui 	${MAKEDIRTARGET} installimage install_image
     30   1.9   tsutsui 
     31   1.1   thorpej .include <bsd.subdir.mk>
     32