Cross Reference: Makefile
xref: /src/distrib/alpha/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/alpha/
Makefile revision 1.25
1#	$NetBSD: Makefile,v 1.25 2025/09/23 20:12:05 rillig Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6SUBDIR=		instkernel cdroms # floppy-GENERIC
7SUBDIR+=	.WAIT
8SUBDIR+=	liveimage
9TARGETS+=	release
10
11release: check_RELEASEDIR .WAIT README.files
12.for i in floppy diskimage instkernel
13	${RELEASE_INSTALL} ${.CURDIR}/README.files \
14	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/$i
15.endfor
16
17iso_image: .MAKE
18	${MAKEDIRTARGET} cdroms iso_image
19
20live_image: .MAKE
21	${MAKEDIRTARGET} liveimage live_image
22
23.include <bsd.subdir.mk>
24

Indexes created Thu Dec 18 00:09:33 GMT 2025