diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-03-25 13:23:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-03-25 13:23:02 +0000 |
| commit | 8deca17b798e2aa57085f7879a89a03a20bb95aa (patch) | |
| tree | b03aa0f05fd58afb32b208cb90282b15d651c1d2 /sys/modules/linprocfs | |
| parent | 3f8f00575d75fc068afa85575e9322df4136ff96 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linprocfs')
| -rw-r--r-- | sys/modules/linprocfs/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile new file mode 100644 index 000000000000..60434cd4c48a --- /dev/null +++ b/sys/modules/linprocfs/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../miscfs/linprocfs +KMOD= linprocfs +SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \ + linprocfs_vfsops.c linprocfs_vnops.c +NOMAN= +VFS_KLD= +CFLAGS+= -DLINPROCFS + +.include <bsd.kmod.mk> |
