summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-18 18:29:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-18 18:29:08 +0000
commitaa56864b900d05feb7ddb541ddc8748d0513c8f4 (patch)
tree7cc163fa4fa1805a46c568e59a1f0e4e5eef579e /Makefile
parenta2604d15c1ec9b999d3e351fd42e336adaf53b39 (diff)
insert a note about the cross-tools target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6919d409c30..e71cce5dd5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 1998/05/18 17:40:00 mickey Exp $
+# $OpenBSD: Makefile,v 1.38 1998/05/18 18:29:07 mickey Exp $
#
# For more information on building in tricky environments, please see
@@ -19,6 +19,13 @@
#
# 3) If you are reasonably sure that things will compile OK, use the
# "make build" target supplied here. Good luck.
+#
+# 4) If you want to setup a cross-build environment, there is a "cross-tools"
+# target available which upon completion of "make TARGET=<target> cross-tools"
+# (where <target> is one of the names in the /sys/arch directory) will produce
+# a set of compilation tools along with the includes in the /usr/cross/<target>
+# directory.
+#
.include <bsd.own.mk> # for NOMAN, if it's there.