=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Attic/Makefile.template,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** ports/Attic/Makefile.template 1999/03/02 04:41:00 1.2 --- ports/Attic/Makefile.template 1999/03/08 00:33:41 1.3 *************** *** 1,4 **** ! # $OpenBSD: Makefile.template,v 1.2 1999/03/02 04:41:00 marc Exp $ # # Replace ??? with appropriate values # Remove extraneous comments before commit. --- 1,4 ---- ! # $OpenBSD: Makefile.template,v 1.3 1999/03/08 00:33:41 espie Exp $ # # Replace ??? with appropriate values # Remove extraneous comments before commit. *************** *** 51,57 **** # build/configuration variables # ! #SEPARATE_BUILD= yes (requires bsd.port.mk 1.71 or later) #USE_EGCC= yes #USE_EGXX= yes #USE_GMAKE= yes --- 51,59 ---- # build/configuration variables # ! # requires bsd.port.mk 1.71 or later ! #SEPARATE_BUILD= concurrent (build simultaneously on all arches) ! #SEPARATE_BUILD= simple (configure/build still recreates files in source) #USE_EGCC= yes #USE_EGXX= yes #USE_GMAKE= yes