From: deraadt Date: Wed, 16 Apr 1997 22:27:19 +0000 (+0000) Subject: make install floppy for snapshot X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fa2b6e8198bb2051536a53308a7cd282dd203fb0;p=openbsd make install floppy for snapshot --- 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