20 lines
643 B
Makefile
20 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/05/07 17:15:00 fredette Exp $
|
|
|
|
SUBDIR= ramdisk miniroot
|
|
TARGETS+= release
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
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 \
|
|
${RELEASEDIR}/installation/netboot
|
|
${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \
|
|
${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
|
|
${RELEASEDIR}/installation/tapeimage
|
|
|
|
.include <bsd.subdir.mk>
|