diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-05 13:05:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-05 13:05:47 +0000 |
commit | 75436c172ba5b33032b49e026ba5970d399f7407 (patch) | |
tree | 35a175af87a36b9817543a1f4826f9c0e7e09c6f /sys/arch/hp300/stand | |
parent | 0d76065b96d7a9a757854a19f2066ba1d890b3c4 (diff) |
Kill .raw reference; don't know why I didn't see this sooner.
Diffstat (limited to 'sys/arch/hp300/stand')
-rw-r--r-- | sys/arch/hp300/stand/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/cdboot/Makefile b/sys/arch/hp300/stand/cdboot/Makefile index e138b31b86d..abbfac8074c 100644 --- a/sys/arch/hp300/stand/cdboot/Makefile +++ b/sys/arch/hp300/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1999/08/18 17:13:19 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1999/10/05 13:05:46 downsj Exp $ PROG= cdboot @@ -30,7 +30,7 @@ cdboot: ${OBJS} ${LIBS} @size $@ @echo $@ total size may not exceed 30000 bytes -install: cdboot.lif cdboot.raw ${MKBOOT_PROG} +install: cdboot.lif ${MKBOOT_PROG} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 cdboot.lif \ ${DESTDIR}/usr/mdec |