diff options
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r-- | sys/modules/procfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 4a13013..cb96c1b 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -3,7 +3,8 @@ .PATH: ${.CURDIR}/../../fs/procfs KMOD= procfs -SRCS= opt_compat.h +SRCS= +SRCS+= opt_compat.h SRCS+= vnode_if.h SRCS+= procfs_ctl.c SRCS+= procfs_dbregs.c |