diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-10-12 16:45:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-10-12 16:45:44 +0000 |
commit | d42f42d809e0e32149dd24572dff65d5cb4cab62 (patch) | |
tree | ccffd78bf135d051d6a253e03f1e5f90d7ca0362 /distrib/sparc64 | |
parent | 3faf8f4ad6da12fce4d7294bc6a75a1fadde0fb9 (diff) |
pretty and rename bsd.rd to bsd in the built fs
Diffstat (limited to 'distrib/sparc64')
-rw-r--r-- | distrib/sparc64/cdfs/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/sparc64/cdfs/Makefile b/distrib/sparc64/cdfs/Makefile index 00aed0102bc..e64ddfa3df6 100644 --- a/distrib/sparc64/cdfs/Makefile +++ b/distrib/sparc64/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2001/10/12 14:34:18 jason Exp $ +# $OpenBSD: Makefile,v 1.2 2001/10/12 16:45:43 jason Exp $ TARGET=cd.fs @@ -25,10 +25,12 @@ vn_down: install_files: bsd.rd ofwboot bsd.rd: - install -c -m 555 -o root -g wheel ${.OBJDIR}/../bsd.rd/bsd.rd /mnt + install -c -m 555 -o root -g wheel \ + ${.OBJDIR}/../bsd.rd/bsd.rd /mnt/bsd ofwboot: - install -c -m 555 -o root -g wheel ${DESTDIR}/usr/mdec/ofwboot /mnt + install -c -m 555 -o root -g wheel \ + ${DESTDIR}/usr/mdec/ofwboot /mnt/ofwboot installboot: /usr/mdec/installboot -v ${DESTDIR}/usr/mdec/bootblk /dev/svnd0c |