summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-06-30 16:09:28 +0000
committersos <sos@FreeBSD.org>1998-06-30 16:09:28 +0000
commit3f9005123dae1b0f6da024f9d6a5605d5772bf7f (patch)
tree2f68505bcfffe6b1d85cb6d3719dfe11adfded12
parenta468add075ec3bd1ebf5416bc3196659298357d4 (diff)
downloadFreeBSD-src-3f9005123dae1b0f6da024f9d6a5605d5772bf7f.zip
FreeBSD-src-3f9005123dae1b0f6da024f9d6a5605d5772bf7f.tar.gz
Leading whitespace in Makefile are TABS not spaces....
-rw-r--r--lkm/procfs/Makefile4
-rw-r--r--sys/modules/procfs/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile
index 8a8d7b1..11f5a32 100644
--- a/lkm/procfs/Makefile
+++ b/lkm/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>
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