看板 DFBSD_bugs 關於我們 聯絡資訊
On Thu, Feb 24, 2005 at 02:22:36AM +0900, YONETANI Tomokazu wrote: > Yes, below should work, but it can bark on false positives, for example > (not sure if such a thing is possible though): > .if DragonFly > .include <bsd.dfport.foo.mk> > .else > .include <bsd.port.foo.mk> > .endif I don't think that's possible and I'd prefer to add a DRAGONFLY_NATIVE flag or so if we really want to support such a thing. Joerg