From 8cf1f2a33575f93a2a1411591dea02dadfff25a0 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Thu, 14 Dec 1995 06:52:55 +0000 Subject: Kerberos IV code, based on a merge of fixed code from KTH and original 4.4BSD Lite code (international edition). Provides all functionality from the original 4.4BSD code plus standard Kerberos elements that were omitted in the 4.4BSD code. --- kerberosIV/kdb/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kerberosIV/kdb/Makefile (limited to 'kerberosIV/kdb/Makefile') diff --git a/kerberosIV/kdb/Makefile b/kerberosIV/kdb/Makefile new file mode 100644 index 00000000000..f3fafd84825 --- /dev/null +++ b/kerberosIV/kdb/Makefile @@ -0,0 +1,8 @@ +# from @(#)Makefile 8.1 (Berkeley) 6/1/93 +# $Id: Makefile,v 1.1 1995/12/14 06:52:36 tholo Exp $ + +LIB= kdb +CFLAGS+=-I${.CURDIR} +SRCS= krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c + +.include -- cgit v1.2.3