diff options
author | 2003-06-02 18:45:41 +0000 | |
---|---|---|
committer | 2003-06-02 18:45:41 +0000 | |
commit | 19f9223898595f5787fcfa49e3f75be5a901df76 (patch) | |
tree | 4779050addf7ef7686446248189247bb8e6b87dc | |
parent | nuke clause 3 & 4 (diff) | |
download | wireguard-openbsd-19f9223898595f5787fcfa49e3f75be5a901df76.tar.xz wireguard-openbsd-19f9223898595f5787fcfa49e3f75be5a901df76.zip |
add missing copy_ccache.c
-rw-r--r-- | lib/libgssapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index dd0d27818ef..6d65f941eec 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/05/17 05:20:18 mho Exp $ +# $OpenBSD: Makefile,v 1.4 2003/06/02 18:45:41 jakob Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> @@ -26,6 +26,7 @@ SRCS= 8003.c \ compare_name.c \ compat.c \ context_time.c \ + copy_ccache.c \ create_emtpy_oid_set.c \ decapsulate.c \ delete_sec_context.c \ |