summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sftp-server/Makefile
blob: 1999fec31aa1a3827ae35c4ef7df1a42cb651e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PATH:		${.CURDIR}/..

PROG=	sftp-server
BINOWN=	root

BINMODE?=555

BINDIR=	/usr/libexec
MAN=	sftp-server.8

SRCS=	sftp-server.c log-server.c

.include <bsd.prog.mk>

LDADD+=	-lcrypto # -lutil -lz
DPADD+=	${LIBCRYPTO} # ${LIBDES} ${LIBUTIL} ${LIBZ}
OpenPOWER on IntegriCloud