summaryrefslogtreecommitdiffstats
path: root/sys/modules/linprocfs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/linprocfs
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/linprocfs')
-rw-r--r--sys/modules/linprocfs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile
index e69f3ce..c114953 100644
--- a/sys/modules/linprocfs/Makefile
+++ b/sys/modules/linprocfs/Makefile
@@ -1,11 +1,13 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../compat/linprocfs
+.PATH: ${.CURDIR}/../../compat/linprocfs
+
KMOD= linprocfs
SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \
- linprocfs_vfsops.c linprocfs_vnops.c
+ linprocfs_vfsops.c linprocfs_vnops.c
NOMAN=
VFS_KLD=
+
CFLAGS+= -DLINPROCFS
test: unload install load
OpenPOWER on IntegriCloud