Home | History | Annotate | Line # | Download | only in libexec
      1 #	$NetBSD: Makefile,v 1.4 2025/12/28 15:34:59 thorpej Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	sshd-auth sshd-session
      6 
      7 .if (${MKFIDO2} != "no")
      8 SUBDIR+= ssh-sk-helper
      9 .endif
     10 
     11 .include <bsd.subdir.mk>
     12