Cross Reference: Makefile
xref: /src/distrib/sun2/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sun2/
1#	$NetBSD: Makefile,v 1.11 2025/09/23 20:12:10 rillig Exp $
2
3SUBDIR=		ramdisk miniroot cdroms liveimage
4TARGETS+=	release
5
6.include <bsd.own.mk>
7.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
8
9release: check_RELEASEDIR .WAIT \
10	    ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
11	    ${DESTDIR}/usr/mdec/tapeboot MakeBootTape MakeInstTape
12	${RELEASE_INSTALL} \
13	    ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
14	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
15	${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \
16	    ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
17	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
18
19iso_image: .MAKE
20	${MAKEDIRTARGET} cdroms iso_image
21
22live_image: .MAKE
23	${MAKEDIRTARGET} liveimage live_image
24
25.include <bsd.subdir.mk>
26

Indexes created Mon Nov 10 17:20:41 GMT 2025