Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/usr.bin/indent/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/usr.bin/indent/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/tests/usr.bin/indent/Makefile 2021/03/12 00:13:06 1.8 +++ src/tests/usr.bin/indent/Makefile 2021/09/25 09:46:29 1.9 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/03/12 00:13:06 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2021/09/25 09:46:29 rillig Exp $ .include @@ -30,6 +30,12 @@ FILES+= indent_variables.0.stdout FILES+= label.0 FILES+= label.0.stdout FILES+= label.0.pro +FILES+= lex_char.0 +FILES+= lex_char.0.pro +FILES+= lex_char.0.stdout +FILES+= lex_string.0 +FILES+= lex_string.0.pro +FILES+= lex_string.0.stdout FILES+= lineno.0 FILES+= lineno.0.pro FILES+= lineno.0.stdout @@ -406,7 +412,7 @@ add-test: .PHONY '' \ '/*' \ ' * TODO: Explain the purpose of the test.' \ - '*/' \ + ' */' \ '' \ '// TODO: Add some code that passes.' \ > "$$test"; \