mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
SRCS entries are kept in the same order and with the same line breaks as upstream, to make comparison easier. No functional change intended. Reviewed by: emaste Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D49793
12 lines
204 B
Makefile
12 lines
204 B
Makefile
.include <src.opts.mk>
|
|
.include "${SRCTOP}/secure/ssh.mk"
|
|
|
|
PROG= sftp-server
|
|
SRCS= sftp-common.c sftp-server.c sftp-server-main.c
|
|
MAN= sftp-server.8
|
|
|
|
LIBADD= ssh
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SSHDIR}
|