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:
parent
6022c2c21c
commit
07b6222cb3
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user