diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-09 01:33:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-09 01:33:41 +0000 |
commit | 81fdb1c9d870ea7675764665befe8112a17eaa0a (patch) | |
tree | 4176753b70939297e9c4b7a50332f4d943bf6085 /usr.bin/tn3270/tools/Makefile.inc | |
parent | 6e59b9fd41c9f93eca7367bfbec065c8eddf8444 (diff) |
Rudimentary support for compilation in a cross environment
Host tools will be compiled with HOSTCC instead of CC.
Note, these are not complete in *any* way\!
Diffstat (limited to 'usr.bin/tn3270/tools/Makefile.inc')
-rw-r--r-- | usr.bin/tn3270/tools/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/Makefile.inc b/usr.bin/tn3270/tools/Makefile.inc new file mode 100644 index 00000000000..944d3ec4e01 --- /dev/null +++ b/usr.bin/tn3270/tools/Makefile.inc @@ -0,0 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.1 1996/03/09 01:33:34 niklas Exp $ + +CC=${HOSTCC} +DESTDIR=/ |