From 5c1633c7b961dd7c590acdbfb66542ff46db00d2 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 13 Apr 2020 14:43:35 +0000 Subject: [PATCH] MFC r359862: Install expected output file of test missed in r359585 Sponsored by: The FreeBSD Foundation --- usr.bin/calendar/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/calendar/tests/Makefile b/usr.bin/calendar/tests/Makefile index c92b0e69274..db0c963db1b 100644 --- a/usr.bin/calendar/tests/Makefile +++ b/usr.bin/calendar/tests/Makefile @@ -21,6 +21,7 @@ ${PACKAGE}FILES+= regress.s1.out ${PACKAGE}FILES+= regress.s2.out ${PACKAGE}FILES+= regress.s3.out ${PACKAGE}FILES+= regress.s4.out +${PACKAGE}FILES+= regress.s5.out ${PACKAGE}FILES+= regress.sh ${PACKAGE}FILES+= regress.w0-1.out ${PACKAGE}FILES+= regress.w0-2.out -- 2.45.0