1999-07-25 08:23:49 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 1999/07/25 04:23:49 abs Exp $
|
1996-03-14 20:32:16 +03:00
|
|
|
#
|
|
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
|
|
# in the distribution.
|
|
|
|
#EXTRA_KERNELS+=
|
1999-07-25 08:23:49 +04:00
|
|
|
|
|
|
|
distribution: pcs750.bin
|
|
|
|
|
|
|
|
pcs750.bin:
|
|
|
|
(cd etc.vax;uudecode pcs750.bin.uu)
|
|
|
|
(cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
|
|
|
|
${DESTDIR}/)
|
|
|
|
|