diff options
author | des <des@FreeBSD.org> | 2001-12-04 01:35:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-04 01:35:06 +0000 |
commit | e05a1e171262ce51abe71929ef3e9a1ae6f484b4 (patch) | |
tree | 07f1c8ada3010a162b86de0898b3c815f2d89562 /sys/modules/procfs/Makefile | |
parent | ff81a8c93d59929b948835d3b2ea7b294d3d55ea (diff) | |
download | FreeBSD-src-e05a1e171262ce51abe71929ef3e9a1ae6f484b4.zip FreeBSD-src-e05a1e171262ce51abe71929ef3e9a1ae6f484b4.tar.gz |
Pseudofsize procfs(5).
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r-- | sys/modules/procfs/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile deleted file mode 100644 index 3d9338e..0000000 --- a/sys/modules/procfs/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../fs/procfs - -KMOD= procfs -SRCS= vnode_if.h \ - procfs_ctl.c \ - procfs_dbregs.c \ - procfs_fpregs.c \ - procfs_map.c \ - procfs_mem.c \ - procfs_note.c \ - procfs_regs.c \ - procfs_rlimit.c \ - procfs_status.c \ - procfs_subr.c \ - procfs_type.c \ - procfs_vfsops.c \ - procfs_vnops.c -NOMAN= - -.include <bsd.kmod.mk> |