head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2.4.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.2.4.1
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.4
	RELENG_2_2_BP:1.2
	RELENG_2_1_0:1.2.0.2;
locks; strict;
comment	@# @;


1.4
date	99.01.09.23.14.30;	author jkh;	state dead;
branches;
next	1.3;

1.3
date	97.07.22.02.50.59;	author julian;	state Exp;
branches;
next	1.2;

1.2
date	96.08.22.09.45.35;	author julian;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	96.05.21.01.12.33;	author julian;	state Exp;
branches;
next	;

1.2.4.1
date	98.07.16.10.26.47;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Nuke this - it's antiquated and unmaintained.
@
text
@OBJTOP=../../../..
SYSINSTALL=     ${OBJTOP}/release/sysinstall/sysinstall

all: ${SYSINSTALL}

${SYSINSTALL}:
	cd ${.CURDIR}/../../../../release/sysinstall ; make
	@@if ! test -f ${SYSINSTALL}  ; then \
	 ${ECHO} "sysinstall not made" ; \
	 ${ECHO} "Possibly need to 'make obj' for floppies and sysinstall" ; \
	 exit 1; \
	fi

.include "../../mk/makecrunch.mk"

@


1.3
log
@update the floppies directory to work better
@
text
@@


1.2
log
@slight cleanup of the floppy building stuff to take into account
the new OBJdir system.
quite a bit to go yet.

cd /usr/src; make world
cd release
cd sysinstall;make obj; cd ..
cd floppies; make obj; make
@
text
@d14 1
a14 1
.include "../../makecrunch.mk"
@


1.2.4.1
log
@MFC: New floppy creation stuff.
@
text
@d14 1
a14 1
.include "../../mk/makecrunch.mk"
@


1.1
log
@stand alone (kinda) floppy generation..
you still need tohave done a make world and have made 'sysinstall'
this should not interfere with existing code as it's standalone.
write_mfs_in_kernel.c is duplicated alsewhere.. one will go ..
@
text
@d1 13
@
