aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.compat.pre.mk
blob: 05bdcb8a9f45e2205fbd2ed50a3bdc7c784f30ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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