diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 08:21:14 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 08:21:14 +0000 |
commit | c2601bdd4a0774cf8db85ce4c54ee948bc3c7970 (patch) | |
tree | 21088f91cc6564114b992bab19bc9add0f714040 /kerberosV/usr.sbin/ktutil | |
parent | 85dcc3e5003dbc2d2940e8a608c2234c931700c1 (diff) |
krb5 administration tools.
Diffstat (limited to 'kerberosV/usr.sbin/ktutil')
-rw-r--r-- | kerberosV/usr.sbin/ktutil/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kerberosV/usr.sbin/ktutil/Makefile b/kerberosV/usr.sbin/ktutil/Makefile new file mode 100644 index 00000000000..1a2ef0a1889 --- /dev/null +++ b/kerberosV/usr.sbin/ktutil/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1 2001/05/25 08:21:13 hin Exp $ + +KRBDEPTH=../.. +.include <${.CURDIR}/../../Makefile.inc> + +PROG= ktutil +MAN= ktutil.8 + +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 \ + -lkrb5 -lkadm5srv -lkadm5clnt ${LIBROKEN} -lasn1 -lhdb + +.include <bsd.prog.mk> |