head	1.10;
access;
symbols
	RELENG_4_11_0_RELEASE:1.7.2.1
	RELENG_4_11:1.7.2.1.0.8
	RELENG_4_11_BP:1.7.2.1
	RELENG_4_10_0_RELEASE:1.7.2.1
	RELENG_4_10:1.7.2.1.0.6
	RELENG_4_10_BP:1.7.2.1
	RELENG_4_9_0_RELEASE:1.7.2.1
	RELENG_4_9:1.7.2.1.0.4
	RELENG_4_9_BP:1.7.2.1
	RELENG_4_8_0_RELEASE:1.7.2.1
	RELENG_4_8:1.7.2.1.0.2
	RELENG_4_8_BP:1.7.2.1
	RELENG_4_7_0_RELEASE:1.7
	RELENG_4_7:1.7.0.12
	RELENG_4_7_BP:1.7
	RELENG_4_6_2_RELEASE:1.7
	RELENG_4_6_1_RELEASE:1.7
	RELENG_4_6_0_RELEASE:1.7
	RELENG_4_6:1.7.0.10
	RELENG_4_6_BP:1.7
	RELENG_4_5_0_RELEASE:1.7
	RELENG_4_5:1.7.0.8
	RELENG_4_5_BP:1.7
	RELENG_4_4_0_RELEASE:1.7
	RELENG_4_4:1.7.0.6
	RELENG_4_4_BP:1.7
	RELENG_4_3_0_RELEASE:1.7
	RELENG_4_3:1.7.0.4
	RELENG_4_3_BP:1.7
	RELENG_4_2_0_RELEASE:1.7
	RELENG_4_1_1_RELEASE:1.7
	PRE_SMPNG:1.9
	RELENG_4_1_0_RELEASE:1.7
	RELENG_3_5_0_RELEASE:1.4.2.1
	RELENG_4_0_0_RELEASE:1.7
	RELENG_4:1.7.0.2
	RELENG_4_BP:1.7
	RELENG_3_4_0_RELEASE:1.4.2.1
	RELENG_3_3_0_RELEASE:1.4.2.1
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	POST_VFS_BIO_NFS_PATCH:1.4
	PRE_VFS_BIO_NFS_PATCH:1.4
	POST_SMP_VMSHARE:1.4
	PRE_SMP_VMSHARE:1.4
	POST_NEWBUS:1.4
	PRE_NEWBUS:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_3_0_0_RELEASE:1.4
	old_RELENG_2_2_7_RELEASE:1.1
	old_RELENG_2_2_6_RELEASE:1.1
	old_RELENG_2_2_5_RELEASE:1.1
	old_RELENG_2_2_2_RELEASE:1.1
	old_RELENG_2_2_1_RELEASE:1.1
	old_RELENG_2_2_0_RELEASE:1.1
	old_RELENG_2_1_7_RELEASE:1.1
	old_RELENG_2_1_6_1_RELEASE:1.1
	old_RELENG_2_1_6_RELEASE:1.1
	old_RELENG_2_2:1.1.0.8
	old_RELENG_2_2_BP:1.1
	old_RELENG_2_1_5_RELEASE:1.1
	old_RELENG_2_1_0_RELEASE:1.1
	old_RELENG_2_1_0:1.1.0.6
	old_RELENG_2_1_0_BP:1.1
	old_RELENG_2_0_5_RELEASE:1.1
	old_RELENG_2_0_5:1.1.0.4
	old_RELENG_2_0_5_BP:1.1
	old_RELENG_2_0_5_ALPHA:1.1
	old_RELEASE_2_0:1.1
	old_BETA_2_0:1.1
	old_ALPHA_2_0:1.1.0.2;
locks; strict;
comment	@# @;


1.10
date	2000.12.28.12.17.35;	author des;	state dead;
branches;
next	1.9;

1.9
date	2000.05.27.01.13.51;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	2000.05.04.12.07.35;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	99.12.12.20.34.04;	author peter;	state Exp;
branches
	1.7.2.1;
next	1.6;

1.6
date	99.12.12.16.47.26;	author peter;	state Exp;
branches;
next	1.5;

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

1.4
date	98.10.16.04.30.47;	author peter;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	97.02.22.12.48.21;	author peter;	state Exp;
branches;
next	1.2;

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

1.1
date	94.09.21.23.27.06;	author wollman;	state Exp;
branches;
next	;

1.4.2.1
date	99.08.29.16.27.23;	author peter;	state Exp;
branches;
next	;

1.7.2.1
date	2003.02.10.12.22.38;	author des;	state dead;
branches;
next	;


desc
@@


1.10
log
@Retire kernfs (kernel part).
@
text
@# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.9 2000/05/27 01:13:51 peter Exp $

.PATH:	${.CURDIR}/../../miscfs/kernfs
KMOD=	kernfs
SRCS=	vnode_if.h \
	kernfs_vfsops.c kernfs_vnops.c
NOMAN=

.include <bsd.kmod.mk>
@


1.9
log
@Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.8 2000/05/04 12:07:35 peter Exp $
@


1.8
log
@Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk.  This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.7 1999/12/12 20:34:04 peter Exp $
d9 1
a9 1
.include "${.CURDIR}/../../conf/kmod.mk"
@


1.7
log
@Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft.  It hasn't been
needed for ages, but keeps getting cut/pasted into new Makefiles.
(Once apon a time it was used to activate mount arguments in
 <sys/mount.h>, but that was killed with extreme prejudice long ago)
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.6 1999/12/12 16:47:26 peter Exp $
d9 1
a9 1
.include <bsd.kmod.mk>
@


1.7.2.1
log
@Remove the kernfs source code and documentation.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.7 1999/12/12 20:34:04 peter Exp $
@


1.6
log
@Bring these more into line with other modules that have .h files generated
on the fly.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/kernfs/Makefile,v 1.5 1999/08/28 00:47:23 peter Exp $
a7 1
CFLAGS+= -DKERNFS
@


1.5
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
d5 2
a6 1
SRCS=	kernfs_vfsops.c kernfs_vnops.c
a7 1
VFS_KLD=
@


1.4
log
@Sample initial set of kld-ified modules.  Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1997/02/22 12:48:21 peter Exp $
@


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


1.3
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d3 2
a4 2
.PATH:	${.CURDIR}/../../sys/miscfs/kernfs
KMOD=	kernfs_mod
d7 1
a7 1
VFS_LKM=
@


1.2
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.1
log
@Build LKMs for all ``easy'' filesystems.  (lfs can be done, but it's more
work; ditto NFS and it's even more work.)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
@
