head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.4.1
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.3.4.1
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.4
	RELENG_2_2_BP:1.3
	RELENG_2_1_0:1.3.0.2;
locks; strict;
comment	@# @;


1.7
date	99.01.09.23.14.27;	author jkh;	state dead;
branches;
next	1.6;

1.6
date	97.07.22.02.50.55;	author julian;	state Exp;
branches;
next	1.5;

1.5
date	97.02.22.14.10.37;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	97.01.14.06.22.48;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	96.08.22.09.45.27;	author julian;	state Exp;
branches
	1.3.2.1
	1.3.4.1;
next	1.2;

1.2
date	96.05.29.01.35.18;	author jkh;	state Exp;
branches;
next	1.1;

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

1.3.2.1
date	99.09.05.11.22.00;	author peter;	state Exp;
branches;
next	;

1.3.4.1
date	98.07.16.10.16.01;	author jkh;	state Exp;
branches;
next	1.3.4.2;

1.3.4.2
date	99.09.05.11.20.45;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Nuke this - it's antiquated and unmaintained.
@
text
@#	$Id: Makefile,v 1.6 1997/07/22 02:50:55 julian Exp $
#
SUBDIR= bin boot fixit

.include <bsd.subdir.mk>


@


1.6
log
@update the floppies directory to work better
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.6 1997/07/16 12:24:13 julian Exp $
@


1.5
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
#	$Id$
d3 1
a3 3
SUBDIR= boot fixit
PROG=write_mfs_in_kernel
NOMAN=yes
d5 1
a5 1
.include <bsd.prog.mk>
@


1.4
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
#	$FreeBSD$
@


1.3
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
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1996/05/29 01:35:18 jkh Exp $
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.4.1
log
@MFC: nuke this file.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1996/08/22 09:45:27 julian Exp $
d3 3
a5 1
SUBDIR= bin boot fixit
d7 1
a7 1
.include <bsd.subdir.mk>
@


1.3.4.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Sha-ZAM!

The root floppy is now gone.  I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1996/05/21 01:12:20 julian Exp $
a5 4

#write_mfs_in_kernel:	${.CURDIR}/write_mfs_in_kernel.c
#	${CC} ${CFLAGS} -o write_mfs_in_kernel ${.CURDIR}/write_mfs_in_kernel.c

@


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 1
a1 1
#	$Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
d3 1
a3 1
SUBDIR= boot root fixit
@
