1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

Do not suppress what's going on.

This commit is contained in:
anton 2017-07-06 16:34:28 +00:00
parent 6022c2c21c
commit 07b6222cb3
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ edit.c: ${.CURDIR}/../ksh/edit/edit.c
@cp ${.CURDIR}/../ksh/edit/edit.c .
filec: edit
@sh ${.CURDIR}/filec.sh
sh ${.CURDIR}/filec.sh
.include <bsd.regress.mk>

View File

@ -10,6 +10,6 @@ edit.c: ${.CURDIR}/../../bin/ksh/edit/edit.c
@cp ${.CURDIR}/../../bin/ksh/edit/edit.c .
send: edit
@sh ${.CURDIR}/send.sh
sh ${.CURDIR}/send.sh
.include <bsd.regress.mk>