Home | History | Annotate | Line # | Download | only in wg-keygen
Makefile revision 1.1.10.1
      1  1.1.10.1    martin #	$NetBSD: Makefile,v 1.1.10.1 2026/01/22 19:51:55 martin Exp $
      2       1.1  riastrad 
      3       1.1  riastrad PROG=	wg-keygen
      4       1.1  riastrad MAN=	wg-keygen.8
      5       1.1  riastrad 
      6  1.1.10.1    martin PROGDPLIBS+=	ssh ${NETBSDSRCDIR}/crypto/external/bsd/openssh/lib
      7  1.1.10.1    martin 
      8  1.1.10.1    martin # libssh is private.
      9  1.1.10.1    martin #
     10  1.1.10.1    martin # XXX Should get this out of PROGDPLIBS.
     11  1.1.10.1    martin PROGDPSUBDIRS+=	private
     12       1.1  riastrad 
     13       1.1  riastrad .include <bsd.prog.mk>
     14