xref: /netbsd-src/external/bsd/tre/dist/tests/build-hosts/jolly (revision 1580a27b92f58fcdcb23fdfbc04a7c2b54a0b7c8)
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