head	1.13;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.12
	RELENG_2_2_7_RELEASE:1.3
	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.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	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.13
date	98.12.27.19.38.10;	author sos;	state dead;
branches;
next	1.12;

1.12
date	98.07.27.01.07.00;	author alex;	state Exp;
branches;
next	1.11;

1.11
date	98.07.25.15.52.43;	author alex;	state Exp;
branches;
next	1.10;

1.10
date	98.07.01.17.02.57;	author bde;	state Exp;
branches;
next	1.9;

1.9
date	98.06.30.16.09.28;	author sos;	state Exp;
branches;
next	1.8;

1.8
date	98.06.30.11.28.06;	author jmg;	state Exp;
branches;
next	1.7;

1.7
date	98.02.06.23.54.27;	author eivind;	state Exp;
branches;
next	1.6;

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

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

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

1.3
date	96.06.18.16.58.44;	author ache;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	96.01.24.19.34.49;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	94.09.21.23.27.13;	author wollman;	state Exp;
branches
	1.1.6.1;
next	;

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

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


desc
@@


1.13
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $

.PATH:	${.CURDIR}/../../sys/miscfs/procfs
KMOD=	procfs_mod
SRCS=	opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \
	procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DPROCFS
CLEANFILES+= opt_vmpage.h

opt_vmpage.h:
	touch ${.TARGET}

.include <bsd.kmod.mk>
@


1.12
log
@A better solution to the rm_at_exit problem: Register the exit function
during first mount.  Unregister the exit function at last unmount.

Concept by:	sef
Reviewed by:	sef
Implemented by:	alex
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $
@


1.11
log
@Override the default VFS LKM dispatch functions so that a module
unload function can be provided (this is necessary to unregister
the at_exit handler).
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.10 1998/07/01 17:02:57 bde Exp $
d9 1
a9 1
CFLAGS+= -DPROCFS -DVFS_LKM_NO_DEFAULT_DISPATCH
@


1.10
log
@Added opt_vmpage.h to SRCS so that it actually gets created.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.9 1998/06/30 16:09:28 sos Exp $
d9 1
a9 1
CFLAGS+= -DPROCFS
@


1.9
log
@Leading whitespace in Makefile are TABS not spaces....
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.8 1998/06/30 11:28:06 jmg Exp $
d5 2
a6 2
SRCS=   procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \
	procfs_type.c procfs_vfsops.c procfs_vnops.c
d10 1
a10 1
CLEANFILES+=    opt_vmpage.h
d13 1
a13 1
	touch opt_vmpage.h
@


1.8
log
@fix more of my breakage... :(

create opt_vmpage.h
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1998/02/06 23:54:27 eivind Exp $
d13 1
a13 1
        touch opt_vmpage.h
@


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


1.6
log
@Make the LKMs handle DIAGNOSTIC as a new-style option.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1997/02/22 12:48:49 peter Exp $
d6 1
a6 1
	procfs_type.c procfs_vfsops.c procfs_vnops.c opt_diagnostic.h
a9 4
CLEANFILES+=opt_diagnostic.h

opt_diagnostic.h:
	touch opt_diagnostic.h
@


1.5
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d6 1
a6 1
	procfs_type.c procfs_vfsops.c procfs_vnops.c
d10 4
@


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
@Add new parts, kernel not booted in other case
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1996/01/24 19:34:49 peter Exp $
@


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


1.2
log
@Attempt to fix the procfs LKM after making some of the procfs
code shared with ptrace and "standard" in the config.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp $
d5 2
a6 2
SRCS=	procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \
	procfs_vfsops.c procfs_vnops.c
@


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 $
d3 1
a3 2
.PATH:	${.CURDIR}/../../sys/miscfs/procfs \
	${.CURDIR}/../../sys/${MACHINE}/${MACHINE}
d5 1
a5 2
SRCS=	procfs_machdep.c procfs_ctl.c procfs_fpregs.c procfs_mem.c \
	procfs_note.c procfs_regs.c procfs_status.c procfs_subr.c \
@


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

