summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb
diff options
context:
space:
mode:
authorassar <assar@FreeBSD.org>2001-02-13 16:57:04 +0000
committerassar <assar@FreeBSD.org>2001-02-13 16:57:04 +0000
commite0c026600db2ed38e34dc46d40214dc3716ca21c (patch)
treee92cad4f1239d651c1a07602513ad1ed839f2595 /kerberos5/lib/libhdb
parent6bbc17b8dc2680a87559ae6b8b7897eec8d39e66 (diff)
downloadFreeBSD-src-e0c026600db2ed38e34dc46d40214dc3716ca21c.zip
FreeBSD-src-e0c026600db2ed38e34dc46d40214dc3716ca21c.tar.gz
update build infrastructure for heimdal 0.3e
Diffstat (limited to 'kerberos5/lib/libhdb')
-rw-r--r--kerberos5/lib/libhdb/Makefile27
1 files changed, 24 insertions, 3 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index 354239e..15c8c82 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -9,9 +9,30 @@ CFLAGS+=-I${KRB5DIR}/include \
-I${KRB5DIR}/lib/roken \
-I${.OBJDIR} \
-I${ASN1OBJDIR}
-SRCS= keytab.c hdb.c common.c db.c ndbm.c print.c hdb_err.c \
- hdb_asn1.h hdb_err.h krb5_err.h heim_err.h ${GEN:S/.x/.c/g}
-GEN= asn1_Key.x asn1_Event.x asn1_HDBFlags.x asn1_hdb_entry.x asn1_Salt.x
+
+SRCS= \
+ common.c \
+ db.c \
+ db3.c \
+ hdb-ldap.c \
+ hdb.c \
+ keytab.c \
+ mkey.c \
+ ndbm.c \
+ print.c \
+ hdb_err.c \
+ hdb_err.h \
+ hdb_asn1.h \
+ krb5_err.h \
+ heim_err.h \
+ ${GEN:S/.x/.c/g}
+
+GEN= \
+ asn1_Key.x \
+ asn1_Event.x \
+ asn1_HDBFlags.x \
+ asn1_hdb_entry.x \
+ asn1_Salt.x
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud