diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-24 05:45:49 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-24 05:45:49 +0000 |
commit | 5c4db24e15fd41b64254da3056f15c86a2f97b0e (patch) | |
tree | 0687c0d19018b826320c739c32c9204d7f53fc7d /kerberosV/usr.bin/kf/Makefile | |
parent | 05f9df761fd32c2e627405ee08567378c0e09f4c (diff) |
Build kf (Krb5 secure ticket forwarding program)
Diffstat (limited to 'kerberosV/usr.bin/kf/Makefile')
-rw-r--r-- | kerberosV/usr.bin/kf/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kerberosV/usr.bin/kf/Makefile b/kerberosV/usr.bin/kf/Makefile new file mode 100644 index 00000000000..7e9c10bc89a --- /dev/null +++ b/kerberosV/usr.bin/kf/Makefile @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile,v 1.1 2001/06/24 05:45:48 hin Exp $ + +KRBDEPTH=../.. +.include <${.CURDIR}/../../Makefile.inc> + +PROG= kf + +SRCS= kf.c + +.PATH: ${KRB5SRC}/appl/kf + +LDADD+= -lkrb5 -ldes -lkafs -l45 -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err + +.include <bsd.prog.mk>
\ No newline at end of file |