On Tue, 20 Jan 2009, John Nemeth wrote:
} diff -u -r1.68 compiler.mk
} --- mk/compiler.mk 20 Oct 2008 20:44:49 -0000 1.68
} +++ mk/compiler.mk 20 Jan 2009 17:30:37 -0000
} @@ -155,6 +155,12 @@
} . endif
} .endfor
}
} +# If USE_CPUFLAGS is set, include cpuflags.mk from within the pkgsrc tree
} +#
} +.if defined(USE_CPUFLAGS) && ${USE_CPUFLAGS} == "yes"
} +. include "../devel/cpuflags/files/cpuflags.mk"
Shouldn't this be .sinclude?
Good point - consider it done :)
} +.endif } +
Anyone have any other objections to the change?
--
David/absolute -- www.NetBSD.org: No hype required --