2002-05-07 21:15:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2002/05/07 17:15:00 fredette Exp $
|
2001-05-18 04:16:36 +04:00
|
|
|
|
2002-04-26 06:54:59 +04:00
|
|
|
SUBDIR= ramdisk miniroot
|
|
|
|
TARGETS+= release
|
2001-05-18 04:16:36 +04:00
|
|
|
|
2002-05-07 21:15:00 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
release: check_RELEASEDIR .WAIT \
|
|
|
|
${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
|
|
|
|
${DESTDIR}/usr/mdec/tapeboot MakeBootTape MakeInstTape
|
|
|
|
${RELEASE_INSTALL} \
|
|
|
|
${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
|
2002-04-26 06:54:59 +04:00
|
|
|
${RELEASEDIR}/installation/netboot
|
2002-05-02 22:02:14 +04:00
|
|
|
${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \
|
2002-04-26 06:54:59 +04:00
|
|
|
${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
|
|
|
|
${RELEASEDIR}/installation/tapeimage
|
2001-05-18 04:16:36 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|