Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 1999/07/25 04:23:49 abs Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6# Set this for any kernels beyond GENERIC you want to include 7# in the distribution. 8#EXTRA_KERNELS+= 9 10distribution: pcs750.bin 11 12pcs750.bin: 13 (cd etc.vax;uudecode pcs750.bin.uu) 14 (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 15 ${DESTDIR}/) 16 17