summaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commit6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch)
treea75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/procfs
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
Notes
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 068c51299563..0f3c81fa01af 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -8,9 +8,5 @@ SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
NOMAN=
VFS_KLD=
CFLAGS+= -DPROCFS
-CLEANFILES+= opt_vmpage.h
-
-opt_vmpage.h:
- touch ${.TARGET}
.include <bsd.kmod.mk>