diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-10 09:07:43 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-08-10 09:07:43 +0000 |
commit | e9515236497c0b1504fad76c099b67fb8702d651 (patch) | |
tree | 9ecc0a8fbadba344c361349dc5894992a5a4ae34 /kerberosV/usr.sbin | |
parent | d6e771d5e23ac0dde75318d782acd2cacc087f7f (diff) |
Rename libkafs5 back to libkafs; that is the real upstream library name
ad there is no point to diverge and maintain local patches here.
ok robert@ miod@
Diffstat (limited to 'kerberosV/usr.sbin')
-rw-r--r-- | kerberosV/usr.sbin/kimpersonate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.sbin/kimpersonate/Makefile b/kerberosV/usr.sbin/kimpersonate/Makefile index d9061925a2d..2fbd11ce8c0 100644 --- a/kerberosV/usr.sbin/kimpersonate/Makefile +++ b/kerberosV/usr.sbin/kimpersonate/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2013/07/10 11:14:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2013/08/10 09:07:42 ajacoutot Exp $ PROG= kimpersonate MPAGES= kimpersonate.8 @@ -9,7 +9,7 @@ CPPFLAGS= -I${KRB5DIR}/lib/asn1 \ -I${KRB5DIR}/lib/sl -I. DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \ ${LIBVERS} -LDADD= -lkafs5 -lkrb5 -lroken -lasn1 -lcrypto \ +LDADD= -lkafs -lkrb5 -lroken -lasn1 -lcrypto \ ${LIBVERS} -lcom_err -lheimbase -lwind .include <bsd.prog.mk> |