update for 5.0

This commit is contained in:
christos 2008-04-06 23:39:35 +00:00
parent 1f7a577d0e
commit c080a17733
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2005/01/03 06:05:50 lukem Exp $
# $NetBSD: Makefile,v 1.5 2008/04/06 23:39:35 christos Exp $
PROG= sftp-server
SRCS= sftp-server.c sftp-common.c
SRCS= sftp-server.c sftp-common.c sftp-server-main.c
MAN= sftp-server.8
BINDIR= /usr/libexec

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2008/04/06 09:54:37 lukem Exp $
# $NetBSD: Makefile,v 1.30 2008/04/06 23:39:35 christos Exp $
.include <bsd.own.mk>
@ -14,7 +14,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
auth2-none.c auth2-passwd.c auth2-pubkey.c \
monitor_mm.c monitor.c monitor_wrap.c \
kexdhs.c kexgexs.c
kexdhs.c kexgexs.c sftp-server.c sftp-common.c
.if (${USE_PAM} != "no")
SRCS+= auth-pam.c