10 lines
128 B
Makefile
10 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=libxx libyy ttls1 ttls2 ttls4
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+=ttls3
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|