Home | History | Annotate | Line # | Download | only in ssh-keygen
Makefile revision 1.11
      1  1.11  christos #	$NetBSD: Makefile,v 1.11 2025/10/15 16:52:59 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.10     lukem COPTS.ssh-keygen.c+=	${CC_WNO_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.11  christos COPTS.ssh-keygen.c+= ${${ACTIVE_CC} == "clang":? -Wno-error=invalid-noreturn :}
     14   1.6       mrg 
     15   1.1  christos .include <bsd.prog.mk>
     16