summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 8a8d7b1..11f5a32 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/02/06 23:54:27 eivind Exp $
+# $Id: Makefile,v 1.8 1998/06/30 11:28:06 jmg Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
@@ -10,6 +10,6 @@ CFLAGS+= -DPROCFS
CLEANFILES+= opt_vmpage.h
opt_vmpage.h:
- touch opt_vmpage.h
+ touch opt_vmpage.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud