diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-04 01:35:06 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-04 01:35:06 +0000 |
| commit | 3a669c52a81fa52a7c3aa5ac06ef6f1da5981db9 (patch) | |
| tree | 07f1c8ada3010a162b86de0898b3c815f2d89562 /sys/modules/procfs | |
| parent | 3bff55e81bf6df4dd825d27356637a459cd84a5b (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs')
| -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 3d9338e31c51..000000000000 --- 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> |
