summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-28 06:51:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-28 06:51:15 +0000
commitb62cf310968d12854c16608e9c7ce83e6e0face2 (patch)
tree6b48d0b751a10042d4a4f44cca4249bf2e8a9bf0 /security/Makefile
parentRemove one info file (w3.info-4) that doesn't exist. (diff)
ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawn
if called without a controlling terminal, e.g. if called during the X login process. It is somewhat configurable through app-defaults. Makefile shamelessly ripped from: green's OpenSSH port.
Notes
Notes: svn path=/head/; revision=26403
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 9fb9c3937633..0baad90fa50f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -45,6 +45,7 @@
SUBDIR += nmap
SUBDIR += nmapfe
SUBDIR += openssh
+ SUBDIR += openssh-askpass
SUBDIR += openssl
SUBDIR += p5-Authen-PAM
SUBDIR += p5-Authen-Radius