summaryrefslogtreecommitdiff
path: root/sys/modules/procfs/Makefile
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-08-18 14:28:20 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-08-18 14:28:20 +0000
commit421298311ae95e3e21e273c25d40df7c85176d58 (patch)
treefe7f15db9218e6431b2bac8a5e0b0e4a8f7596cb /sys/modules/procfs/Makefile
parentd5648a65b98c0d7a521f635f55b3bee3dd54737b (diff)
Notes
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r--sys/modules/procfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 4a13013fb0cb..cb96c1b73354 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