Browse Source

ugly workaround for the pmax bootblock problem

OPENBSD_2_3
graichen 27 years ago
parent
commit
bc6bb2036e
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      src/etc/etc.pmax/Makefile.inc

+ 7
- 2
src/etc/etc.pmax/Makefile.inc View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.12 1997/10/06 17:56:22 maja Exp $
# $OpenBSD: Makefile.inc,v 1.13 1998/03/18 10:45:05 graichen Exp $
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
.ifdef DESTDIR
snap_md: binutils bsd bsd.nfs bsd.rz0 distrib
snap_md: binutils bsd bsd.nfs bsd.rz0 bootblocks distrib
binutils:
cd ${DESTDIR} && tar cf - usr/*openbsd* \
@ -30,6 +30,11 @@ bsd.rz0:
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \
${DESTDIR}/snapshot/bsd.rz0
# XXX this is an really ugly hack until the bootblock source will
# compile again - or even better: someone writes it new
bootblocks:
cp /usr/mdec/rzboot /usr/mdec/bootrz ${DESTDIR}/usr/mdec
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \
make && make install


Loading…
Cancel
Save