Makefile.inc revision 1.7
11.7Smatt# $NetBSD: Makefile.inc,v 1.7 2000/05/17 21:40:45 matt Exp $ 21.1Sragge# 31.1Sragge# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 41.1Sragge# 51.1Sragge 61.7Smatt# 71.7Smatt# We need this to build the sysinst kernel. 81.7SmattBUILD_KERNELS+=INSTALL 91.6Sabs 101.6Sabsdistribution: pcs750.bin 111.6Sabs 121.7Smattpcs750.bin: etc.vax/pcs750.bin.uu 131.7Smatt (cd etc.vax; uudecode pcs750.bin.uu) 141.7Smatt (cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 151.6Sabs ${DESTDIR}/) 161.7Smatt 171.6Sabs 18