mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 17:56:33 +00:00
20 lines
283 B
Makefile
20 lines
283 B
Makefile
# $OpenBSD: Makefile,v 1.24 2010/02/09 08:55:31 markus Exp $
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
PROG= ssh-agent
|
|
BINOWN= root
|
|
BINGRP= _sshagnt
|
|
|
|
BINMODE?=2555
|
|
|
|
BINDIR= /usr/bin
|
|
MAN= ssh-agent.1
|
|
|
|
SRCS= ssh-agent.c ssh-pkcs11-client.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
LDADD+= -lcrypto
|
|
DPADD+= ${LIBCRYPTO}
|