# $FreeBSD$

# Allow one to specify the 'sh' to regress.
SH?=	/bin/sh

all:
	env SH=${SH} ${SH} regress.sh
