Deleted Added
full compact
Makefile (57566) Makefile (72450)
1# $FreeBSD: head/kerberos5/lib/libhdb/Makefile 57566 2000-02-28 19:15:32Z markm $
1# $FreeBSD: head/kerberos5/lib/libhdb/Makefile 72450 2001-02-13 16:57:04Z assar $
2
3LIB= hdb
4CFLAGS+=-I${KRB5DIR}/include \
5 -I${INCLUDEOBJDIR} \
6 -I${KRB5DIR}/lib/krb5 \
7 -I${KRB5DIR}/lib/hdb \
8 -I${KRB5DIR}/lib/asn1 \
9 -I${KRB5DIR}/lib/roken \
10 -I${.OBJDIR} \
11 -I${ASN1OBJDIR}
2
3LIB= hdb
4CFLAGS+=-I${KRB5DIR}/include \
5 -I${INCLUDEOBJDIR} \
6 -I${KRB5DIR}/lib/krb5 \
7 -I${KRB5DIR}/lib/hdb \
8 -I${KRB5DIR}/lib/asn1 \
9 -I${KRB5DIR}/lib/roken \
10 -I${.OBJDIR} \
11 -I${ASN1OBJDIR}
12SRCS= keytab.c hdb.c common.c db.c ndbm.c print.c hdb_err.c \
13 hdb_asn1.h hdb_err.h krb5_err.h heim_err.h ${GEN:S/.x/.c/g}
14GEN= asn1_Key.x asn1_Event.x asn1_HDBFlags.x asn1_hdb_entry.x asn1_Salt.x
15
12
13SRCS= \
14 common.c \
15 db.c \
16 db3.c \
17 hdb-ldap.c \
18 hdb.c \
19 keytab.c \
20 mkey.c \
21 ndbm.c \
22 print.c \
23 hdb_err.c \
24 hdb_err.h \
25 hdb_asn1.h \
26 krb5_err.h \
27 heim_err.h \
28 ${GEN:S/.x/.c/g}
29
30GEN= \
31 asn1_Key.x \
32 asn1_Event.x \
33 asn1_HDBFlags.x \
34 asn1_hdb_entry.x \
35 asn1_Salt.x
36
16.include <bsd.lib.mk>
17
18.PATH: ${KRB5DIR}/lib/hdb
19.PATH: ${KRB5DIR}/lib/asn1
20.PATH: ${KRB5DIR}/lib/roken
21
22build-tools: make-print-version asn1_compile
23

--- 37 unchanged lines hidden ---
37.include <bsd.lib.mk>
38
39.PATH: ${KRB5DIR}/lib/hdb
40.PATH: ${KRB5DIR}/lib/asn1
41.PATH: ${KRB5DIR}/lib/roken
42
43build-tools: make-print-version asn1_compile
44

--- 37 unchanged lines hidden ---