summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-server/Makefile
blob: bb9fb0d7a89f3be01a314f897df1f51741b9e82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.9 2013/07/02 13:32:38 markus Exp $

.PATH:		${.CURDIR}/..

PROG=	sftp-server
BINOWN=	root

BINMODE?=555

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

SRCS=	sftp-server.c sftp-common.c sftp-server-main.c

LDADD+=	-lutil
DPADD+= ${LIBUTIL}

.include <bsd.prog.mk>