|
|
@ -1,12 +1,24 @@ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:50:43 deraadt Exp $ |
|
|
|
# $OpenBSD: Makefile.inc,v 1.3 2002/02/15 01:33:31 deraadt Exp $ |
|
|
|
# |
|
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets |
|
|
|
# |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
distribution: pcs750.bin |
|
|
|
snap_md: bsd bootblocks distrib |
|
|
|
|
|
|
|
pcs750.bin: |
|
|
|
(cd etc.vax;uudecode pcs750.bin.uu) |
|
|
|
bsd: |
|
|
|
cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC |
|
|
|
cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \ |
|
|
|
make clean && make depend && make |
|
|
|
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
.endif |
|
|
|
bootblocks: |
|
|
|
cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot |
|
|
|
mopa.out ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot/boot.mop |
|
|
|
|
|
|
|
distrib: |
|
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
|
make && make install |
|
|
|
|
|
|
|
.endif # DESTDIR check |