Makefile.inc revision 1.7
1#	$NetBSD: Makefile.inc,v 1.7 2000/05/17 21:40:45 matt Exp $
2#
3#	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
4#
5
6# 
7# We need this to build the sysinst kernel.
8BUILD_KERNELS+=INSTALL
9
10distribution: pcs750.bin
11
12pcs750.bin: etc.vax/pcs750.bin.uu
13	(cd etc.vax; uudecode pcs750.bin.uu)
14	(cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
15	    ${DESTDIR}/)
16	
17
18