freebsd-dev/tools/regression/tls/Makefile

10 lines
128 B
Makefile
Raw Normal View History

2004-08-03 09:04:01 +00:00
# $FreeBSD$
SUBDIR=libxx libyy ttls1 ttls2 ttls4
2004-08-03 09:04:01 +00:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=ttls3
.endif
.include <bsd.subdir.mk>