Unbreak 'make release' by adding libssh to KPROGS.

Suggested by:	jhay
This commit is contained in:
des 2002-10-30 14:27:12 +00:00
parent 216181b022
commit 9a4bce7a4b

View File

@ -3,7 +3,7 @@
SUBDIR= doc lib libexec usr.bin usr.sbin
# These are the programs which depend on Kerberos.
KPROGS= lib/libpam secure/usr.bin/ssh secure/usr.sbin/sshd
KPROGS= lib/libpam lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd
# This target is used to rebuild these programs WITH Kerberos.
kerberize: