|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.13 1998/03/18 10:45:05 graichen Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.14 1998/03/19 15:21:51 graichen Exp $ |
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets |
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
@ -30,11 +30,6 @@ bsd.rz0: |
|
|
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \ |
|
|
${DESTDIR}/snapshot/bsd.rz0 |
|
|
${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: |
|
|
distrib: |
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
cd ${.CURDIR}/../distrib && make cleandir && \ |
|
|
make && make install |
|
|
make && make install |
|
|