head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2.4.1
	RELENG_3_0_0_RELEASE:1.5
	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.7
date	99.01.09.23.14.31;	author jkh;	state dead;
branches;
next	1.6;

1.6
date	98.11.21.21.45.27;	author jkh;	state Exp;
branches;
next	1.5;

1.5
date	97.07.22.02.51.01;	author julian;	state Exp;
branches;
next	1.4;

1.4
date	97.02.22.14.10.56;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.01.14.06.22.54;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	96.08.22.09.45.43;	author julian;	state Exp;
branches
	1.2.2.1
	1.2.4.1;
next	1.1;

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

1.2.2.1
date	99.09.05.11.22.02;	author peter;	state Exp;
branches;
next	;

1.2.4.1
date	98.07.16.10.26.56;	author jkh;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	99.09.05.11.20.47;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Nuke this - it's antiquated and unmaintained.
@
text
@###
#	$Id: Makefile,v 1.6 1998/11/21 21:45:27 jkh Exp $
#
# What are we if we weren't told..
CRUNCHDIRS= ../crunch
OBJTOP=../../../..
TOP=${.CURDIR}/../../../..
SCRIPTDIR=${.CURDIR}/../../bin
FSLABEL=minimum
ZIP=false

# the directories you want on the fs
STANDLINKS=		bin sbin
FS_DIRS=		dev stand etc mnt mnt1 mnt2 tmp
FS_DEVICES= std wd0 wd1 wd2 da0 da1 da2 cuaa0 cuaa1 cuaa2 cuaa3 \
	fd0 fd1 cd0 mcd0 scd0 matcd0 wcd0 sa0 ft0 wt0 vty4
# a subdir that contains a verbatim image to be copied to the fs
VERBATIM=	../verbatim

.include "../../mk/crunch_fs.mk"
all: fs_image

#	tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
#		tar xvf - -C ${RD}/mfsfd/stand

@


1.6
log
@Doc fixes for CAM devices.  If I ever truly understand the logic behind
this name change, I'll be a happy man.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1997/07/22 02:51:01 julian Exp $
@


1.5
log
@update the floppies directory to work better
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1997/07/16 12:24:24 julian Exp $
d15 2
a16 2
FS_DEVICES= std wd0 wd1 wd2 sd0 sd1 sd2 cuaa0 cuaa1 cuaa2 cuaa3 \
	fd0 fd1 cd0 mcd0 scd0 matcd0 wcd0 st0 ft0 wt0 vty4
@


1.4
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
#	$Id$
a4 1
CRUNCH?= mfs
d8 1
a8 1
FS_BIN=${.CURDIR}/../..
d20 1
a20 1
.include "../../crunch_fs.mk"
@


1.3
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
@d2 1
a2 1
#	$FreeBSD$
@


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
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1996/05/21 01:12:36 julian Exp $
@


1.2.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2.4.1
log
@MFC: New floppy creation stuff.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1996/08/22 09:45:43 julian Exp $
d5 1
d9 1
a9 1
SCRIPTDIR=${.CURDIR}/../../bin
d21 1
a21 1
.include "../../mk/crunch_fs.mk"
@


1.2.4.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


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
@d2 1
a2 1
#	$Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
d7 1
@
