diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-02-06 09:13:35 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-02-06 09:13:35 +0000 |
commit | 1c3002dcb34c34a7af83455c909bd3b78e61ca92 (patch) | |
tree | c56fa90229c64056dc1a3b887eac4bc27eef90d9 /kerberosV/lib/hdb | |
parent | 811473434806375f7fa688a3754601dcc034f50a (diff) |
Misc. updates for heimdal-0.4e
Diffstat (limited to 'kerberosV/lib/hdb')
-rw-r--r-- | kerberosV/lib/hdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/lib/hdb/Makefile b/kerberosV/lib/hdb/Makefile index e2e8279a6a3..e88341d820b 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/06/05 10:38:33 hin Exp $ +# $OpenBSD: Makefile,v 1.4 2002/02/06 09:13:34 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -13,7 +13,7 @@ NOPIC= NOPROFILE= ASN1_SRC = asn1_Key.c asn1_Event.c asn1_HDBFlags.c asn1_hdb_entry.c \ - asn1_Salt.c hdb_asn1.h + asn1_Salt.c hdb_asn1.h asn1_GENERATION.c SRCS= ${ASN1_SRC} \ keytab.c \ |