pkgsrc/x11/xproto
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
..
patches Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE. 2006-12-15 19:11:48 +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 Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE. 2006-12-15 19:11:48 +00:00
Makefile Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE. 2006-12-15 19:11:48 +00:00
PLIST