Cross Reference: Makefile
xref: /src/distrib/amd64/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/amd64/
Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 2016/06/30 12:56:27 pgoyette Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6SUBDIR+=	ramdisks
7SUBDIR+=	.WAIT
8SUBDIR+=	instkernel
9.if ${MKKMOD} != "no"
10SUBDIR+=	kmod
11.if ${MKCRYPTO} != "no"
12SUBDIR+=	kmod-cgdroot
13.endif
14.endif
15SUBDIR+=	.WAIT
16SUBDIR+=	cdroms
17SUBDIR+=	liveimage
18SUBDIR+=	installimage
19TARGETS+=	release 
20
21iso_image:
22	${MAKEDIRTARGET} cdroms iso_image
23
24live_image:
25	${MAKEDIRTARGET} liveimage live_image
26
27install_image:
28	${MAKEDIRTARGET} installimage install_image
29
30.include <bsd.subdir.mk>
31

Indexes created Thu Dec 11 06:09:47 GMT 2025