diff options
-rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.i386 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.ia64 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 2 | ||||
-rw-r--r-- | sys/conf/Makefile.sparc64 | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index d62e8f0..2a2a1ef 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -373,5 +373,3 @@ vnode_if.o: .endif %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index b62e6b1..5cf3310 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -333,5 +333,3 @@ vnode_if.o: #.endif %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index febe7ae..6c23e24 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -338,5 +338,3 @@ vnode_if.o: .include <bsd.kern.mk> %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 240d278..c995942 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -337,5 +337,3 @@ vnode_if.o: #.endif %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 5758554..382e9bf 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -336,5 +336,3 @@ vnode_if.o: #.endif %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 84ffd5f..7c578d1 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -347,5 +347,3 @@ vnode_if.o: #.endif %RULES - -# DO NOT DELETE THIS LINE -- make depend uses it |