=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.123 retrieving revision 1.124 diff -c -r1.123 -r1.124 *** src/Makefile 2014/08/26 20:19:25 1.123 --- src/Makefile 2015/06/02 06:10:14 1.124 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.123 2014/08/26 20:19:25 rpe Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.124 2015/06/02 06:10:14 deraadt Exp $ # # For more information on building in tricky environments, please see *************** *** 27,33 **** # # 5) If you want to setup a cross-build environment, there is a "cross-gcc" # target available which upon completion of: ! # make -f Makefile.cross TARGET= cross-gcc" # (where 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/ # directory. The "cross-distrib" target will build cross-tools as well as --- 27,33 ---- # # 5) If you want to setup a cross-build environment, there is a "cross-gcc" # target available which upon completion of: ! # "make -f Makefile.cross TARGET= cross-gcc" # (where 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/ # directory. The "cross-distrib" target will build cross-tools as well as