From fa2b6e8198bb2051536a53308a7cd282dd203fb0 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 16 Apr 1997 22:27:19 +0000 Subject: [PATCH] make install floppy for snapshot --- etc/etc.i386/Makefile.inc | 15 ++++++--------- 1 file 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 -- 2.20.1