From 861f18150e02ca39778b92ae4bf4e4f035b9ffa4 Mon Sep 17 00:00:00 2001 From: graichen <> Date: Thu, 19 Mar 1998 15:21:51 +0000 Subject: [PATCH] undo ugly booblock hack - it was too ugly --- src/etc/etc.pmax/Makefile.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/etc/etc.pmax/Makefile.inc b/src/etc/etc.pmax/Makefile.inc index 56e3e90d..83e28ca9 100644 --- a/src/etc/etc.pmax/Makefile.inc +++ b/src/etc/etc.pmax/Makefile.inc @@ -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 .ifdef DESTDIR @@ -30,11 +30,6 @@ 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