Home | History | Annotate | Line # | Download | only in ssh-keygen
Makefile revision 1.2.4.1
      1 #	$NetBSD: Makefile,v 1.2.4.1 2011/06/23 14:17:50 cherry Exp $
      2 
      3 BINDIR=	/usr/bin
      4 
      5 PROG=	ssh-keygen
      6 SRCS=	ssh-keygen.c moduli.c
      7 
      8 .include <bsd.prog.mk>
      9 
     10 .if defined(HAVE_GCC) || defined(HAVE_PCC)
     11 COPTS.ssh-keygen.c=	-Wno-pointer-sign
     12 .endif
     13