NetBSD/distrib/sun3/Makefile
lukem 91db817d71 convert to NDWO, a la sun2.
XXX:	untested.
	also needs sun3 converted to sun68k/stand/bootxx so that
	the ${INSTALLBOOT} in miniroot can be enabled.

XXX^2:	sun2 & sun3 should share distrib dirs since they're extremely similar...
2002-05-17 17:52:29 +00:00

23 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/05/17 17:52:29 lukem Exp $
SUBDIR= ramdisk miniroot
TARGETS+= release
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
release: check_RELEASEDIR .WAIT \
${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
MakeBootTape MakeInstTape
${RELEASE_INSTALL} \
${DESTDIR}/usr/mdec/netboot \
${RELEASEDIR}/installation/netboot
${RELEASE_INSTALL} \
${DESTDIR}/usr/mdec/tapeboot \
${RELEASEDIR}/installation/tapeimage
${RELEASE_INSTALL} \
${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
${RELEASEDIR}/installation/tapeimage
.include <bsd.subdir.mk>