Home | History | Annotate | Line # | Download | only in ssh-keygen
Makefile revision 1.8.8.4
      1  1.8.8.4    martin #	$NetBSD: Makefile,v 1.8.8.4 2023/12/25 12:22:53 martin 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.8.8.1    martin COPTS.ssh-keygen.c+=	-Wno-pointer-sign
      9      1.4     joerg 
     10  1.8.8.3    martin COPTS.ssh-keygen.c+=	${GCC_NO_FORMAT_TRUNCATION}
     11  1.8.8.1    martin COPTS.ssh-keygen.c+= -Wno-error=deprecated-declarations
     12  1.8.8.1    martin COPTS.moduli.c+= -Wno-error=deprecated-declarations
     13      1.6       mrg 
     14      1.1  christos .include <bsd.prog.mk>
     15