diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 00:17:49 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-23 00:17:49 +0000 |
commit | 08ed713b92e63c33fab992fb38009f83853200c7 (patch) | |
tree | 640891a96a68e2734ae0e708fff0998c5164d680 /kerberosV/usr.sbin | |
parent | eb9eea54e7b763539f43aa20c71d41f4ed91cbe1 (diff) |
Updates for heimdal-0.3f
Diffstat (limited to 'kerberosV/usr.sbin')
-rw-r--r-- | kerberosV/usr.sbin/kadmin/Makefile | 9 | ||||
-rw-r--r-- | kerberosV/usr.sbin/ktutil/Makefile | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/kerberosV/usr.sbin/kadmin/Makefile b/kerberosV/usr.sbin/kadmin/Makefile index e86d2fc493e..29bd1a2d3d9 100644 --- a/kerberosV/usr.sbin/kadmin/Makefile +++ b/kerberosV/usr.sbin/kadmin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/06/22 16:12:19 hin Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/23 00:17:47 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -21,11 +21,12 @@ SRCS= ank.c \ version4.c \ util.c \ random_password.c \ - kadmin_locl.h + kadmin_locl.h \ + kadm_conn.c .PATH: ${KRB5SRC}/kadmin CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5 -LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -ldes -lhdb \ - -lkadm5srv -lkadm5clnt -lkrb5 ${LIBROKEN} -lasn1 -lcrypto +LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -lhdb \ + -lkadm5srv -lkadm5clnt -lkrb5 ${LIBROKEN} -lasn1 -lcrypto -lcom_err .include <bsd.prog.mk> diff --git a/kerberosV/usr.sbin/ktutil/Makefile b/kerberosV/usr.sbin/ktutil/Makefile index 57a26be1b2c..1463bc602d0 100644 --- a/kerberosV/usr.sbin/ktutil/Makefile +++ b/kerberosV/usr.sbin/ktutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/06/22 16:12:19 hin Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/23 00:17:48 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -10,7 +10,7 @@ SRCS= add.c change.c copy.c get.c ktutil.c list.c purge.c remove.c .PATH: ${KRB5SRC}/admin CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5 -LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -ldes -lhdb \ - -lkadm5srv -lkadm5clnt -lhdb -lkrb5 ${LIBROKEN} -lasn1 -lcrypto +LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -lhdb -lkadm5srv -lkadm5clnt \ + -lhdb -lkrb5 ${LIBROKEN} -lasn1 -lcrypto -lcom_err .include <bsd.prog.mk> |