Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.3.2.2
      1 #	$NetBSD: Makefile,v 1.3.2.2 2026/05/07 17:49:29 martin 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