diff options
author | yar <yar@FreeBSD.org> | 2005-08-18 14:28:20 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-08-18 14:28:20 +0000 |
commit | 9a47ab0db85e866c2943d4423fb305ea20d18125 (patch) | |
tree | fe7f15db9218e6431b2bac8a5e0b0e4a8f7596cb /sys/modules/procfs | |
parent | bd2b16a1ff727b772e16cc35a93b7feed3673c2f (diff) | |
download | FreeBSD-src-9a47ab0db85e866c2943d4423fb305ea20d18125.zip FreeBSD-src-9a47ab0db85e866c2943d4423fb305ea20d18125.tar.gz |
Don't break local style.
Diffstat (limited to 'sys/modules/procfs')
-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 |