1# $FreeBSD$
2
3SUBDIR=libxx libyy ttls1 ttls2 ttls4
4
5.if ${MACHINE_ARCH} == "i386"
6SUBDIR+=ttls3
7.endif
8
9.include <bsd.subdir.mk>
10