1 1.10 lukem # $NetBSD: Makefile,v 1.10 2023/06/03 09:09:02 lukem 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.6 mrg 14 1.1 christos .include <bsd.prog.mk> 15