1 1.16 thorpej # $NetBSD: Makefile,v 1.16 2025/12/28 18:43:24 thorpej Exp $ 2 1.1 agc 3 1.6 christos .include <bsd.own.mk> 4 1.6 christos 5 1.15 christos .if ${HAVE_OPENSSL} < 35 6 1.15 christos SUBDIR+= ${EXTERNAL_OPENSSL_SUBDIR:T} 7 1.15 christos .endif 8 1.16 thorpej SUBDIR+= .WAIT heimdal netpgp .WAIT libsaslc 9 1.16 thorpej 10 1.16 thorpej .if (${MKSSH} != "no") 11 1.16 thorpej SUBDIR+= openssh 12 1.16 thorpej .endif 13 1.1 agc 14 1.1 agc .include <bsd.subdir.mk> 15