summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
committerwollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
commit664e99fa6ed276926f0c1d86f833274643654d19 (patch)
treeb6c6b02c3cdaa07c1f63200a868d07a7113dad8d /sys/modules/procfs
parent8c2367ad380541b5c6c41a810df43a755581aa9f (diff)
downloadFreeBSD-src-664e99fa6ed276926f0c1d86f833274643654d19.zip
FreeBSD-src-664e99fa6ed276926f0c1d86f833274643654d19.tar.gz
Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more
work; ditto NFS and it's even more work.)
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
new file mode 100644
index 0000000..951d65d
--- /dev/null
+++ b/sys/modules/procfs/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+
+.PATH: ${.CURDIR}/../../sys/miscfs/procfs \
+ ${.CURDIR}/../../sys/${MACHINE}/${MACHINE}
+KMOD= procfs_mod
+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 \
+ procfs_vfsops.c procfs_vnops.c
+NOMAN=
+VFS_LKM=
+CFLAGS+= -DPROCFS
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud