mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
# Allow one to specify the 'sh' to regress.
|
|
SH?= /bin/sh
|
|
|
|
all:
|
|
env SH=${SH} ${SH} regress.sh
|