Home | History | Annotate | Line # | Download | only in ssh-keygen
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2011/06/20 07:43:56 mrg 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