xref: /netbsd-src/crypto/external/bsd/openssh/bin/ssh-keygen/Makefile (revision cb861154c176d3dcc8ff846f449e3c16a5f5edb5)
1#	$NetBSD: Makefile,v 1.2 2010/11/21 19:19:22 adam Exp $
2
3BINDIR=	/usr/bin
4
5PROG=	ssh-keygen
6SRCS=	ssh-keygen.c moduli.c
7
8.include <bsd.prog.mk>
9
10.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
11COPTS.ssh-keygen.c=	-Wno-pointer-sign
12.endif
13