Cross Reference: Makefile
xref: /src/distrib/i386/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/i386/
Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 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+=	floppies
18SUBDIR+=	liveimage
19SUBDIR+=	installimage
20TARGETS+=	release
21
22iso_image:
23	${MAKEDIRTARGET} cdroms iso_image
24
25live_image:
26	${MAKEDIRTARGET} liveimage live_image
27
28install_image:
29	${MAKEDIRTARGET} installimage install_image
30
31.include <bsd.subdir.mk>
32

Indexes created Fri Dec 19 10:09:33 GMT 2025