Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src G/c spurious whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b262bb788f5a
branches:  trunk
changeset: 945406:b262bb788f5a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Oct 29 20:26:24 2020 +0000

description:
G/c spurious whitespace.

diffstat:

 Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 050c6a79be66 -r b262bb788f5a Makefile
--- a/Makefile  Thu Oct 29 20:11:17 2020 +0000
+++ b/Makefile  Thu Oct 29 20:26:24 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.332 2020/05/15 16:34:44 christos Exp $
+#      $NetBSD: Makefile,v 1.333 2020/10/29 20:26:24 uwe Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -140,7 +140,7 @@
 .if ${MKLLVM} != "no"
 _SUBDIR+=      external/bsd/compiler_rt
 .endif
-_SUBDIR+=       include external crypto/external bin
+_SUBDIR+=      include external crypto/external bin
 _SUBDIR+=      games libexec sbin usr.bin
 _SUBDIR+=      usr.sbin share sys etc tests compat
 _SUBDIR+=      .WAIT rescue .WAIT distrib regress



Home | Main Index | Thread Index | Old Index