diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-16 01:18:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-16 01:18:10 +0000 |
commit | 67f9ab043fd9d49640691aee281b952a816c3e47 (patch) | |
tree | 1b53e7bf32316dc9ddb18b91d446f2982328fe2c /distrib/i386 | |
parent | 1c10cc686b431904238467feb7bb6f984521a4ea (diff) |
provide bsd.rd too
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 799aa9622f9..999430b5d3c 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 1998/10/24 23:28:35 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 1998/12/16 01:18:09 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -92,6 +92,7 @@ unconfig: .PRECIOUS: ${IMAGE} install: + cp bsd.rd ${DESTDIR}/snapshot/${FS} cp ${FS} ${DESTDIR}/snapshot/${FS} ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} |