Cross Reference: Makefile
xref: /src/distrib/sun2/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sun2/
Makefile revision 1.8
1#	$NetBSD: Makefile,v 1.8 2007/03/06 21:57:24 bouyer Exp $
2
3SUBDIR=		ramdisk miniroot cdroms
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}/${MACHINE}/installation/netboot
15	${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \
16	    ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
17	    ${RELEASEDIR}/${MACHINE}/installation/tapeimage
18
19iso_image:
20	${MAKEDIRTARGET} cdroms iso_image
21
22.include <bsd.subdir.mk>
23

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