9 lines
153 B
Makefile
9 lines
153 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/11/21 19:19:22 adam Exp $
|
|
|
|
BINDIR=/usr/bin
|
|
|
|
PROG= ssh-agent
|
|
SRCS= ssh-agent.c ssh-pkcs11-client.c
|
|
|
|
.include <bsd.prog.mk>
|