aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-06-30 16:09:28 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-06-30 16:09:28 +0000
commit7b8e0549111daf15c97b58edd8693c34b9e9fb3d (patch)
treedb7fc229604d37895b2090b9748354ed903df323 /sys/modules/procfs
parent1a463b86e93c84bc9c86042310eb72e5b734b94f (diff)
downloadsrc-7b8e0549111daf15c97b58edd8693c34b9e9fb3d.tar.gz
src-7b8e0549111daf15c97b58edd8693c34b9e9fb3d.zip
Leading whitespace in Makefile are TABS not spaces....
Notes
Notes: svn path=/head/; revision=37298
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 8a8d7b17f546..11f5a325df7a 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>