summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-16 22:27:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-16 22:27:20 +0000
commitd2d64d7edb332e3be9d898972dce282d64765e88 (patch)
tree2e44b8dc9af83cb3bd1e563c97116beeeeefe56a /etc/etc.i386
parentea4f00bac54b5521accdc7e2dd3279ee7f00dbd2 (diff)
make install floppy for snapshot
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/Makefile.inc15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc
index 73a5842645f..c64029bf3c0 100644
--- a/etc/etc.i386/Makefile.inc
+++ b/etc/etc.i386/Makefile.inc
@@ -1,11 +1,10 @@
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.3 1996/06/11 10:20:33 deraadt Exp $
+# $Id: Makefile.inc,v 1.4 1997/04/16 22:27:19 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd
-#snap_md: kc.fs # too big?
+snap_md: bsd floppy.fs
bsd:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
@@ -14,11 +13,9 @@ bsd:
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
-kc.fs:
- make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc.fs \
- KERNEL=${DESTDIR}/snapshot/bsd || \
- make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc.fs unconfig
+floppy:
+ cd ${.CURDIR}/../distrib/i386/floppies/ramdisk && \
+ make cleandir && make && make install
+
.endif # DESTDIR check