diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1997-11-21 04:31:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1997-11-21 04:31:18 +0000 |
commit | c19add9221951d641d264d6a3c54923a130f8753 (patch) | |
tree | 3108c259fc56bcc1f979e7de3627f0fccab4cf38 /kerberosIV/kdb/Makefile | |
parent | 4d8e945529307aea643446acebadb7c2899b1092 (diff) |
Added copykey - a functions to manipulate keys.
Diffstat (limited to 'kerberosIV/kdb/Makefile')
-rw-r--r-- | kerberosIV/kdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kdb/Makefile b/kerberosIV/kdb/Makefile index f3fafd84825..6e8f8bf3796 100644 --- a/kerberosIV/kdb/Makefile +++ b/kerberosIV/kdb/Makefile @@ -1,8 +1,8 @@ # from @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.1 1995/12/14 06:52:36 tholo Exp $ +# $Id: Makefile,v 1.2 1997/11/21 04:31:17 art Exp $ LIB= kdb CFLAGS+=-I${.CURDIR} -SRCS= krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c +SRCS= copykey.c krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c .include <bsd.lib.mk> |