aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh-keygen
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/ssh-keygen')
-rw-r--r--secure/usr.bin/ssh-keygen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh-keygen/Makefile b/secure/usr.bin/ssh-keygen/Makefile
index db8dc7efc5d8..276d43e95a5c 100644
--- a/secure/usr.bin/ssh-keygen/Makefile
+++ b/secure/usr.bin/ssh-keygen/Makefile
@@ -5,6 +5,7 @@
PROG= ssh-keygen
SRCS= ssh-keygen.c
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
+PACKAGE= ssh
.if !defined(NO_SHARED)
# required when linking with a dynamic libssh