Makefile.inc revision 1.10
11.10Sthorpej# $NetBSD: Makefile.inc,v 1.10 2001/11/29 22:46:02 thorpej Exp $ 21.1Sragge# 31.1Sragge# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 41.1Sragge# 51.1Sragge 61.10SthorpejKERNEL_SETS= GENERIC 71.10Sthorpej 81.10SthorpejBUILD_KERNELS= INSTALL 91.6Sabs 101.6Sabsdistribution: pcs750.bin 111.6Sabs 121.7Smattpcs750.bin: etc.vax/pcs750.bin.uu 131.9Smatt rm -f ${DESTDIR}/pcs750.bin 141.9Smatt uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin 151.9Smatt chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin 161.9Smatt chmod 444 ${DESTDIR}/pcs750.bin 171.6Sabs 181.8SmattINSTALLATION_DIRS+= installation \ 191.8Smatt installation/bootfs \ 201.8Smatt installation/netboot 211.8Smatt 221.8Smattsnap_md_post: 231.8Smatt.ifndef UPDATE 241.8Smatt cd ${.CURDIR}/../distrib && ${MAKE} cleandir 251.8Smatt.endif 261.8Smatt cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 271.8Smatt cd ${.CURDIR}/../distrib/vax && ${MAKE} release 281.8Smatt cd ${.CURDIR}/../distrib/notes && ${MAKE} release 29