Module Name: src Committed By: uwe Date: Thu Oct 29 20:26:24 UTC 2020
Modified Files: src: Makefile Log Message: G/c spurious whitespace. To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/Makefile diff -u src/Makefile:1.332 src/Makefile:1.333 --- src/Makefile:1.332 Fri May 15 16:34:44 2020 +++ src/Makefile Thu Oct 29 20:26:24 2020 @@ -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 @@ _SUBDIR= tools .WAIT lib .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