Makefile.inc revision 1.12
11.12Smatt#	$NetBSD: Makefile.inc,v 1.12 2002/03/29 22:14:20 matt Exp $
21.1Sragge#
31.1Sragge#	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
41.1Sragge#
51.1Sragge
61.10SthorpejKERNEL_SETS=	GENERIC
71.11SmattBUILD_KERNELS=	INSTALL
81.10Sthorpej
91.11SmattUUDECODE?=      uudecode
101.6Sabs
111.6Sabsdistribution: pcs750.bin
121.6Sabs
131.11Smattpcs750.bin: ${.CURDIR}/etc.vax/pcs750.bin.uu
141.11Smatt	${UUDECODE} ${.ALLSRC}
151.6Sabs
161.11SmattCLEANFILES+=	pcs750.bin
171.8SmattINSTALLATION_DIRS+=	installation \
181.8Smatt			installation/bootfs \
191.8Smatt			installation/netboot
201.8Smatt
211.8Smattsnap_md_post:
221.8Smatt.ifndef UPDATE
231.8Smatt	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
241.8Smatt.endif
251.8Smatt	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
261.8Smatt	cd ${.CURDIR}/../distrib/vax && ${MAKE} release
271.8Smatt	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
281.12Smatt
291.12Smattiso-image_md_pre:
301.12Smatt	cp -f ${RELEASEDIR}/installation/netboot/netbsd.ram.gz \
311.12Smatt		${RELEASEDIR}/netbsd
321.12Smatt	cp -f ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
331.12Smatt
341.12Smattiso-image_md_post:
351.12Smatt.if ${USETOOLS} == "yes"
361.12Smatt	${TOOLDIR}/bin/nbvax-installboot \
371.12Smatt		${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
381.12Smatt		${DESTDIR}/usr/mdec/xxboot
391.12Smatt.else
401.12Smatt	${DESTDIR}/usr/mdec/installboot \
411.12Smatt		${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
421.12Smatt		${DESTDIR}/usr/mdec/xxboot
431.12Smatt.endif
44