From f8b80123bf8752c00ed6c8ebe108576dd28bcd4d Mon Sep 17 00:00:00 2001 From: downsj Date: Sun, 16 Feb 1997 19:16:27 +0000 Subject: [PATCH] rd -> hd --- sys/arch/hp300/stand/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/hp300/stand/Makefile b/sys/arch/hp300/stand/Makefile index bd32f6be329..c944da56ff4 100644 --- a/sys/arch/hp300/stand/Makefile +++ b/sys/arch/hp300/stand/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/02/06 02:53:49 downsj Exp $ +# $OpenBSD: Makefile,v 1.7 1997/02/16 19:16:27 downsj Exp $ # $NetBSD: Makefile,v 1.22 1996/10/18 06:03:25 thorpej Exp $ # @(#)Makefile 8.1 (Berkeley) 6/10/93 @@ -109,10 +109,10 @@ install: ${DESTDIR}/usr/mdec ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 uboot.lif \ ${DESTDIR}/usr/mdec - rm -f ${DESTDIR}/usr/mdec/rdboot - ln ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/usr/mdec/rdboot - rm -f ${DESTDIR}/usr/mdec/bootrd - ln ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/usr/mdec/bootrd + rm -f ${DESTDIR}/usr/mdec/hdboot + ln ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/usr/mdec/hdboot + rm -f ${DESTDIR}/usr/mdec/boothd + ln ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/usr/mdec/boothd rm -f ${DESTDIR}/usr/mdec/sdboot ln ${DESTDIR}/usr/mdec/uboot.lif ${DESTDIR}/usr/mdec/sdboot rm -f ${DESTDIR}/usr/mdec/bootsd -- 2.20.1