summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssh/bin/ssh-agent/Makefile
blob: c2eb0da7371e02047b5ae7afe745c4dc00d762f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.7 2023/06/03 09:09:02 lukem Exp $

BINDIR=/usr/bin

PROG=	ssh-agent
SRCS=	ssh-agent.c ssh-pkcs11-client.c

COPTS.ssh-agent.c+=	${CC_WNO_FORMAT_TRUNCATION}
COPTS.ssh-pkcs11-client.c+= -Wno-error=deprecated-declarations

.include <bsd.prog.mk>