Makefile.inc revision 1.6
11.6Sabs# $NetBSD: Makefile.inc,v 1.6 1999/07/25 04:23:49 abs Exp $ 21.1Sragge# 31.1Sragge# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 41.1Sragge# 51.1Sragge 61.5Scjs# Set this for any kernels beyond GENERIC you want to include 71.5Scjs# in the distribution. 81.5Scjs#EXTRA_KERNELS+= 91.6Sabs 101.6Sabsdistribution: pcs750.bin 111.6Sabs 121.6Sabspcs750.bin: 131.6Sabs (cd etc.vax;uudecode pcs750.bin.uu) 141.6Sabs (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 151.6Sabs ${DESTDIR}/) 161.6Sabs 17