19 lines
245 B
Makefile
Raw Normal View History

2002-03-18 09:55:03 +00:00
# $OpenBSD: Makefile,v 1.21 2001/06/27 19:29:16 markus Exp $
2000-02-24 14:29:47 +00:00
.PATH: ${.CURDIR}/..
PROG= ssh-agent
BINOWN= root
BINMODE?=555
BINDIR= /usr/bin
MAN= ssh-agent.1
SRCS= ssh-agent.c
2000-02-24 14:29:47 +00:00
.include <bsd.prog.mk>
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}