head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.02.04.20.16.49;	author des;	state dead;
branches;
next	1.1;

1.1
date	2001.12.04.01.34.39;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Move the pseudofs, procfs and linprocfs modules out from the fs directory.
Keeping them there seemed like a good idea at the time, but it annoys bde
and confuses people who do not understand how MODULES_OVERRIDE works.
@
text
@# $FreeBSD: src/sys/modules/fs/procfs/Makefile,v 1.1 2001/12/04 01:34:39 des Exp $

.PATH: ${.CURDIR}/../../../fs/procfs

KMOD=	procfs
SRCS=	vnode_if.h \
	procfs_ctl.c \
	procfs_dbregs.c \
	procfs_fpregs.c \
	procfs_ioctl.c \
	procfs_map.c \
	procfs_mem.c \
	procfs_note.c \
	procfs_regs.c \
	procfs_rlimit.c \
	procfs_status.c \
	procfs_type.c \
	procfs.c

.include <bsd.kmod.mk>
@


1.1
log
@Pseudofsize procfs(5).
@
text
@d1 1
a1 1
# $FreeBSD$
@

