mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct path in previous commit. libssh lives under src/secure/lib, not
under src/lib. Reported by: phk
This commit is contained in:
parent
bd79cf400b
commit
27072bf00c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
SUBDIR= doc lib libexec usr.bin usr.sbin
|
||||
|
||||
# These are the programs which depend on Kerberos.
|
||||
KPROGS= lib/libpam lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd
|
||||
KPROGS= lib/libpam secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd
|
||||
|
||||
# This target is used to rebuild these programs WITH Kerberos.
|
||||
kerberize:
|
||||
|
|
|
|||
Loading…
Reference in a new issue