summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:53:33 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:53:33 +0000
commit63b64d9c11f7a7789417aca50bd83ff665e1a424 (patch)
tree11ebcfb50be955c3d7fd40249048dc52315d619c /kerberos5/lib/libhdb/Makefile
parentf4587696d638e9f35c66191c8315e59af6d09630 (diff)
downloadFreeBSD-src-63b64d9c11f7a7789417aca50bd83ff665e1a424.zip
FreeBSD-src-63b64d9c11f7a7789417aca50bd83ff665e1a424.tar.gz
Update build after import of Heimdal Kerberos 2002/02/17.
Diffstat (limited to 'kerberos5/lib/libhdb/Makefile')
-rw-r--r--kerberos5/lib/libhdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index c4c9c65..d30559b 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -23,12 +23,14 @@ SRCS= \
hdb_err.c \
hdb_err.h \
hdb_asn1.h \
+ k524_err.h \
krb5_err.h \
heim_err.h \
${GEN:S/.x/.c/g}
GEN= \
asn1_Key.x \
+ asn1_GENERATION.x \
asn1_Event.x \
asn1_HDBFlags.x \
asn1_hdb_entry.x \
@@ -53,7 +55,7 @@ CLEANFILES+= ${GEN:S/.x/.c/g} hdb_asn1.h asn1_files
${GEN} hdb_asn1.h: asn1_compile hdb.asn1
./asn1_compile ${KRB5DIR}/lib/hdb/hdb.asn1 hdb_asn1
-asn1_compile: parse.o lex.o main.c hash.c symbol.c gen.c \
+asn1_compile: parse.o lex.o main.c hash.c symbol.c emalloc.c gen.c \
gen_encode.c gen_decode.c gen_free.c gen_length.c \
gen_copy.c gen_glue.c getarg.c warnerr.c print_version.o \
get_window_size.c strupr.c
OpenPOWER on IntegriCloud