On Sun, Aug 30, 2020 at 17:12:45 -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Aug 30 21:12:45 UTC 2020 > > Modified Files: > src/usr.sbin/puffs/mount_9p: Makefile > > Log Message: > include bsd.init.mk to avoid: > make: Bad conditional expression ` != "no"' in != "no"? -DINET6 :
This worked and the :? for was specifically used to so that the ugly early include (required for an ifdef) can be avoided. I don't remember who pointed out this form to me (joerg@ or mrg@ I'd guess). We have more forms like this in the tree, so not much. Is this a recent regression? Is that fallout from make rototill? Are other similar :? use cases broken too? -uwe