diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-03-19 15:21:52 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-03-19 15:21:52 +0000 |
commit | d4230da91505787162277d2d0931b06c8399fd44 (patch) | |
tree | 0eb801122973789d10cd11e6c145cbd88580d771 /etc | |
parent | 92e27847477116ef566d260685138964ee1a65c9 (diff) |
undo ugly booblock hack - it was too ugly
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 56e3e90d4e3..83e28ca9a00 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/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 |