freebsd-dev/tools/regression/tls/Makefile
2005-04-23 23:47:58 +00:00

10 lines
128 B
Makefile

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