Home | History | Annotate | Line # | Download | only in wg-keygen
      1 #	$NetBSD: Makefile,v 1.3 2025/12/17 04:42:59 riastradh Exp $
      2 
      3 PROG=	wg-keygen
      4 MAN=	wg-keygen.8
      5 
      6 PROGDPLIBS+=	ssh ${NETBSDSRCDIR}/crypto/external/bsd/openssh/lib
      7 
      8 # libssh is private.
      9 #
     10 # XXX Should get this out of PROGDPLIBS.
     11 PROGDPSUBDIRS+=	private
     12 
     13 .include <bsd.prog.mk>
     14