head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.1
	RELENG_2_2_6_RELEASE:1.1
	RELENG_2_2_5_RELEASE:1.1
	RELENG_2_2_2_RELEASE:1.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.8
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.6
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.4
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.2;
locks; strict;
comment	@# @;


1.7
date	98.12.27.19.38.08;	author sos;	state dead;
branches;
next	1.6;

1.6
date	98.02.06.23.54.26;	author eivind;	state Exp;
branches;
next	1.5;

1.5
date	98.02.04.21.56.37;	author eivind;	state Exp;
branches;
next	1.4;

1.4
date	98.02.01.17.34.11;	author bde;	state Exp;
branches;
next	1.3;

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

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

1.1
date	94.09.21.23.27.10;	author wollman;	state Exp;
branches
	1.1.6.1
	1.1.8.1;
next	;

1.1.6.1
date	99.09.05.11.21.54;	author peter;	state Exp;
branches;
next	;

1.1.8.1
date	99.09.05.11.20.35;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.6 1998/02/06 23:54:26 eivind Exp $

.PATH:	${.CURDIR}/../../sys/miscfs/nullfs
KMOD=	null_mod
SRCS=	null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
NOMAN=
VFS_LKM=
CFLAGS+= -DNULLFS
CLEANFILES=	opt_debug_nullfs.h

opt_debug_nullfs.h:
		touch ${.TARGET}

.include <bsd.kmod.mk>
@


1.6
log
@Back out opt_diagnostic.h changes.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
@


1.5
log
@Make the LKMs handle DIAGNOSTIC as a new-style option.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1998/02/01 17:34:11 bde Exp $
d5 1
a5 2
SRCS=	null_subr.c null_vfsops.c null_vnops.c \
	opt_debug_nullfs.h opt_diagnostic.h 
d9 1
a9 4
CLEANFILES+=opt_debug_nullfs.h opt_diagnostic.h

opt_diagnostic.h:
	touch opt_diagnostic.h
@


1.4
log
@Fixed breakage from converting NULLFS_DEBUG to a new-style option.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1997/02/22 12:48:43 peter Exp $
d5 2
a6 1
SRCS=	null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
d10 4
a13 1
CLEANFILES=	opt_debug_nullfs.h
@


1.3
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d5 1
a5 1
SRCS=	null_subr.c null_vfsops.c null_vnops.c
d9 4
@


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 $
@


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


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

