summaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-04-21 06:33:10 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-04-21 06:33:10 +0000
commit124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17 (patch)
tree4a4ac3c87833639254d471ad239d16a4fbbe8e52 /secure/libexec/ssh-keysign
parent6cf6ace6cd75c9a99f4bb0d53556e828f4afb2bf (diff)
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
-rw-r--r--secure/libexec/ssh-keysign/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
index 6018b948265b..75f1b6c4c28d 100644
--- a/secure/libexec/ssh-keysign/Makefile
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ssh-keysign
-SRCS= ssh-keysign.c readconf.c
+SRCS= ssh-keysign.c readconf.c roaming_dummy.c
MAN= ssh-keysign.8
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
.if defined(ENABLE_SUID_SSH)