From 1c04eb2853f24b095f624a0cb8afdb6a439c1b2f Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 13 Apr 2020 14:35:07 +0000 Subject: [PATCH] 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 c92b0e692746..db0c963db1bb 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