1 2 3 4 5 6 7 8 9 10
.include <bsd.own.mk> ECHO= /bin/echo .if exists(${.OBJDIR}/src-patent) SUBDIR= crypto-patent ssl-patent .else SUBDIR= crypto ssl .endif .include <bsd.subdir.mk>