diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 17:12:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 17:12:52 +0000 |
| commit | 7aee6ffee0748c4c6bd9d11bb2a90c7531244d63 (patch) | |
| tree | 927d2417c80c4c448ee45c25269ecab7af8f482e /secure/libexec/ssh-keysign | |
| parent | a45bff047cd880a268962395477bee8c982f51ba (diff) | |
| parent | e5e752b5a70a672df97b5d7ca5c1e58c87a27234 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 2 |
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) |
