pkgsrc/x11/compositeproto
joerg 0988643082 For reasons beyond my compressions, (b)make handles
.if foo || bar
BAZ=	no
.else
BAZ=	yes
.endif

different from

.if foo
BAZ=	no
.elif bar
BAZ=	no
.else
BAZ=	yes
.endif

in some situations exposed in this builtin.mk. Workaround this for now.
2006-12-16 01:04:43 +00:00
..
buildlink3.mk Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
builtin.mk For reasons beyond my compressions, (b)make handles 2006-12-16 01:04:43 +00:00
DESCR
distinfo
Makefile Support DESTDIR. Take maintainership. 2006-11-03 17:09:27 +00:00
PLIST