Home | History | Annotate | Line # | Download | only in ssh-keygen
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2023/05/09 22:25:26 christos Exp $
      2  1.1  christos 
      3  1.1  christos BINDIR=	/usr/bin
      4  1.1  christos 
      5  1.1  christos PROG=	ssh-keygen
      6  1.8  christos SRCS=	ssh-keygen.c moduli.c sshsig.c
      7  1.1  christos 
      8  1.9  christos COPTS.ssh-keygen.c+=	-Wno-pointer-sign
      9  1.4     joerg 
     10  1.6       mrg COPTS.ssh-keygen.c+=	${GCC_NO_FORMAT_TRUNCATION}
     11  1.9  christos COPTS.ssh-keygen.c+= -Wno-error=deprecated-declarations
     12  1.9  christos COPTS.moduli.c+= -Wno-error=deprecated-declarations
     13  1.6       mrg 
     14  1.1  christos .include <bsd.prog.mk>
     15