aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2009-10-29 16:19:58 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2009-10-29 16:19:58 +0000
commitce8e32de5ccdbe10861b83c22489c6de573a8ca7 (patch)
tree824886ffaac40428b2c8789036cafe65c645915e /sys/modules/procfs
parentff5bfa3ef6d8ef4745a0528339010afcd2c4eb9e (diff)
Notes
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 6c840edcfc04..c3b36337f02e 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -13,6 +13,7 @@ SRCS+= procfs_ioctl.c
SRCS+= procfs_map.c
SRCS+= procfs_mem.c
SRCS+= procfs_note.c
+SRCS+= procfs_osrel.c
SRCS+= procfs_regs.c
SRCS+= procfs_rlimit.c
SRCS+= procfs_status.c