freebsd-dev/share/mk/bsd.compat.pre.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
383 B
Makefile
Raw Normal View History

.if !targets(__<${_this:T}>__)
__<${_this:T}>__:
_ALL_LIBCOMPATS:= 32
_ALL_libcompats:= ${_ALL_LIBCOMPATS:tl}
# List of LIBCOMPAT libcompat pairs to avoid repeating this ugly expression.
# Can be used as: .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats}
_ALL_LIBCOMPATS_libcompats:= \
${_ALL_LIBCOMPATS:range:@i@${_ALL_LIBCOMPATS:[$i]} ${_ALL_libcompats:[$i]}@}
.endif