diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-16 19:16:28 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-16 19:16:28 +0000 |
commit | db1478165da4ca45be1a7da078523643ec3f0035 (patch) | |
tree | 000b88354b41add54356d0c0ff5feeb3753fa626 /sys/arch/hp300/stand | |
parent | 53c4935a18314881e3045a5172fa686b308e4084 (diff) |
rd -> hd
Diffstat (limited to 'sys/arch/hp300/stand')
-rw-r--r-- | sys/arch/hp300/stand/Makefile | 10 |
1 files 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 |