From 27072bf00cb7f54f85c73dfd0048c4315258c64b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 30 Oct 2002 20:33:28 +0000 Subject: [PATCH] Correct path in previous commit. libssh lives under src/secure/lib, not under src/lib. Reported by: phk --- kerberos5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerberos5/Makefile b/kerberos5/Makefile index e3b000211f86..144cc703c1c4 100644 --- a/kerberos5/Makefile +++ b/kerberos5/Makefile @@ -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: