summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-08-18 14:28:20 +0000
committeryar <yar@FreeBSD.org>2005-08-18 14:28:20 +0000
commit9a47ab0db85e866c2943d4423fb305ea20d18125 (patch)
treefe7f15db9218e6431b2bac8a5e0b0e4a8f7596cb /sys/modules
parentbd2b16a1ff727b772e16cc35a93b7feed3673c2f (diff)
downloadFreeBSD-src-9a47ab0db85e866c2943d4423fb305ea20d18125.zip
FreeBSD-src-9a47ab0db85e866c2943d4423fb305ea20d18125.tar.gz
Don't break local style.
Diffstat (limited to 'sys/modules')
-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 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
OpenPOWER on IntegriCloud