freebsd-dev/tools/regression/tls/Makefile

10 lines
122 B
Makefile
Raw Normal View History

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