summaryrefslogtreecommitdiffstats
path: root/sys/modules/fs/procfs/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 01:35:06 +0000
committerdes <des@FreeBSD.org>2001-12-04 01:35:06 +0000
commite05a1e171262ce51abe71929ef3e9a1ae6f484b4 (patch)
tree07f1c8ada3010a162b86de0898b3c815f2d89562 /sys/modules/fs/procfs/Makefile
parentff81a8c93d59929b948835d3b2ea7b294d3d55ea (diff)
downloadFreeBSD-src-e05a1e171262ce51abe71929ef3e9a1ae6f484b4.zip
FreeBSD-src-e05a1e171262ce51abe71929ef3e9a1ae6f484b4.tar.gz
Pseudofsize procfs(5).
Diffstat (limited to 'sys/modules/fs/procfs/Makefile')
-rw-r--r--sys/modules/fs/procfs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/modules/fs/procfs/Makefile b/sys/modules/fs/procfs/Makefile
new file mode 100644
index 0000000..ffb2ae7
--- /dev/null
+++ b/sys/modules/fs/procfs/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+.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>
OpenPOWER on IntegriCloud