summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/lib/libhdb/Makefile')
-rw-r--r--kerberos5/lib/libhdb/Makefile56
1 files changed, 25 insertions, 31 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index a837dab..eef619f 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -2,41 +2,35 @@
LIB= hdb
-INCS= \
- hdb-private.h \
- hdb-protos.h \
- hdb.h \
- hdb_asn1.h \
+INCS= hdb-private.h \
+ hdb-protos.h \
+ hdb.h \
+ hdb_asn1.h \
hdb_err.h
-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 \
+SRCS= common.c \
+ db.c \
+ db3.c \
+ hdb-ldap.c \
+ hdb.c \
+ hdb_asn1.h \
+ hdb_err.c \
+ hdb_err.h \
+ keytab.c \
+ mkey.c \
+ ndbm.c \
+ print.c \
${GEN:S/.x$/.c/}
-CFLAGS+=-I${KRB5DIR}/lib/hdb \
- -I${KRB5DIR}/lib/asn1 \
- -I${KRB5DIR}/lib/roken \
- -I. \
- ${LDAPCFLAGS}
+CFLAGS+=-I${KRB5DIR}/lib/hdb -I${KRB5DIR}/lib/asn1 \
+ -I${KRB5DIR}/lib/roken -I. ${LDAPCFLAGS}
-GEN= \
- asn1_Key.x \
- asn1_GENERATION.x \
- asn1_Event.x \
- asn1_HDBFlags.x \
- asn1_hdb_entry.x \
- asn1_Salt.x
+GEN= asn1_Event.x \
+ asn1_GENERATION.x \
+ asn1_HDBFlags.x \
+ asn1_Key.x \
+ asn1_Salt.x \
+ asn1_hdb_entry.x
CLEANFILES= ${GEN} ${GEN:S/.x$/.c/} hdb_asn1.h asn1_files
@@ -54,4 +48,4 @@ ${I:R}.c: ${I}
.include <bsd.lib.mk>
-.PATH: ${KRB5DIR}/lib/hdb
+.PATH: ${KRB5DIR}/lib/hdb
OpenPOWER on IntegriCloud