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