31 lines
793 B
Makefile
31 lines
793 B
Makefile
# $NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:49 lukem Exp $
|
|
#
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/bootfs \
|
|
installation/miniroot \
|
|
installation/netboot
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/vax && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
iso-image_md_pre:
|
|
cp -f ${RELEASEDIR}/installation/netboot/netbsd.ram.gz \
|
|
${RELEASEDIR}/netbsd
|
|
cp -f ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
|
|
|
|
iso-image_md_post:
|
|
${INSTALLBOOT} -m ${MACHINE} \
|
|
${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
|
|
${DESTDIR}/usr/mdec/xxboot
|