opnsense-src/secure/libexec/sftp-server/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
209 B
Makefile
Raw Permalink Normal View History

2000-09-10 05:43:29 -04:00
.include <src.opts.mk>
.include "${SRCTOP}/secure/ssh.mk"
2000-09-10 05:43:29 -04:00
PROG= sftp-server
SRCS= sftp-server.c sftp-common.c sftp-server-main.c
MAN= sftp-server.8
2014-11-25 16:18:18 -05:00
LIBADD= ssh
2000-09-10 05:43:29 -04:00
.include <bsd.prog.mk>
.PATH: ${SSHDIR}