diff options
author | Damien Miller <djm@mindrot.org> | 2021-03-29 06:14:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-03-29 06:14:25 +0200 |
commit | 71241fc05db4bbb11bb29340b44b92e2575373d8 (patch) | |
tree | 6e96655071068eda488f6bc6f0ca189ecdb10138 | |
parent | upstream: return non-zero exit status when killed by signal; bz#3281 ok (diff) | |
download | openssh-71241fc05db4bbb11bb29340b44b92e2575373d8.tar.xz openssh-71241fc05db4bbb11bb29340b44b92e2575373d8.zip |
gnome-ssh-askpass3 is a valid target here
-rw-r--r-- | contrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 3a36387b3..1cc5b6301 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,7 +1,7 @@ PKG_CONFIG = pkg-config all: - @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2" + @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssk-askpass3" gnome-ssh-askpass1: gnome-ssh-askpass1.c $(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \ |