# $OpenBSD: Makefile,v 1.1.1.1 2013/01/03 17:36:39 bluhm Exp $ .include # The error tests try to splice unsuitable sockets and check the # kernel error code. .for a in ${ARGS} run-regress-$a: $a .if empty (REMOTE_SSH) time perl ${PERLINC} ${PERLPATH}error.pl ${PERLPATH}$a .else time perl ${PERLINC} ${PERLPATH}remote.pl ${REMOTE_SSH} ${PERLPATH}$a .endif .endfor