xref: /netbsd-src/external/bsd/tre/dist/tests/build-hosts/jolly (revision f31867506b3d03104824848de4007d9c967e81b2)
1# The host to log in and run the build.
2host=jolly.cs.hut.fi
3
4# (optional) The host where to copy the distribution and scripts.  It
5# seems that the scp subsystem is broken on jolly.
6scp_host=earthquake.cs.hut.fi
7
8# (optional) The command to use instead of `make'.
9make=gmake
10export make
11
12# Any environment variables to set before building should go here.
13CC=cc
14export CC
15