summaryrefslogtreecommitdiff
path: root/kerberosV/usr.sbin/ktutil/Makefile
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-08-17 09:40:38 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-08-17 09:40:38 +0000
commit400101de7bfe6c125ed96aae4ca450d414d2effc (patch)
tree8a0e267de9f32c291ffadf4c4b920625d04475e4 /kerberosV/usr.sbin/ktutil/Makefile
parent3457a01d9e51d8ee0acc7a3a61244c29c3d109e4 (diff)
Switch several kerberos/afs tools from using using libreadline
to libedit to prevent the resulting binaries from falling under the GPL. Prototypes are internally defined so no includes have to be changed. ok miod@ reyk@ "I very much approve" deraadt@
Diffstat (limited to 'kerberosV/usr.sbin/ktutil/Makefile')
-rw-r--r--kerberosV/usr.sbin/ktutil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosV/usr.sbin/ktutil/Makefile b/kerberosV/usr.sbin/ktutil/Makefile
index f857c10b8fa..c2725bffac8 100644
--- a/kerberosV/usr.sbin/ktutil/Makefile
+++ b/kerberosV/usr.sbin/ktutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2008/01/29 00:29:34 espie Exp $
+# $OpenBSD: Makefile,v 1.15 2009/08/17 09:40:37 jsg Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -42,9 +42,9 @@ ktutil-commands.c ktutil-commands.h: ktutil-commands.in $(SLC)
CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5 -I.
-DPADD+= ${LIBREADLINE} ${LIBCURSES} ${LIBKADM5CLNT} ${LIBKRB5} \
+DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBKADM5CLNT} ${LIBKRB5} \
${LIBCRYPTO} ${LIBDES}
-LDADD+= -lreadline -lcurses -lkadm5clnt -lkrb5 \
+LDADD+= -ledit -lcurses -lkadm5clnt -lkrb5 \
-lcrypto -ldes
CLEANFILES+= ktutil-commands.c slc slc-lex.o \