aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-12 20:34:11 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-12 20:34:11 +0000
commitb41da0980c6ab2a13689e1410e38aaacbe2e6e6d (patch)
tree23ee8cb90e5f7ce5768cd3f53c1820385895751c /sys/modules/procfs
parent40921d4855ca73fe912232b82112971fcbfa03fe (diff)
Notes
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 21369ed6dfc0d..28d8990284513 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -2,12 +2,10 @@
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
-SRCS= vnode_if.h opt_vmpage.h \
+SRCS= vnode_if.h \
procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
procfs_vnops.c
NOMAN=
-CFLAGS+= -DPROCFS
-CLEANFILES+= opt_vmpage.h
.include <bsd.kmod.mk>