Leading whitespace in Makefile are TABS not spaces....

This commit is contained in:
Søren Schmidt 1998-06-30 16:09:28 +00:00
parent 1a463b86e9
commit 7b8e054911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37298
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>