summaryrefslogtreecommitdiff
path: root/sys/modules/linprocfs/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/linprocfs/Makefile
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
Notes
Diffstat (limited to 'sys/modules/linprocfs/Makefile')
-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 e69f3ceb3b35..c114953202b4 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