Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 1996/10/26 08:12:12 ragge Exp $
2#
3#	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
4#
5
6.ifdef DESTDIR
7distribution: pcs750.bin
8
9pcs750.bin:
10	(cd etc.vax;uudecode pcs750.bin.uu)
11	(cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
12            ${DESTDIR}/)
13
14.endif
15