Deleted Added
full compact
Makefile (225778) Makefile (228284)
1# $FreeBSD: head/kerberos5/lib/libhdb/Makefile 225778 2011-09-27 07:14:12Z stas $
1# $FreeBSD: head/kerberos5/lib/libhdb/Makefile 228284 2011-12-05 16:38:52Z ume $
2
3LIB= hdb
2
3LIB= hdb
4LDFLAGS= -Wl,--no-undefined
5LDADD= -lasn1 -lcom_err -lkrb5 -lroken
6DPADD= ${LIBASN1} ${LIBCOM_ERR} ${LIBKRB5} ${LIBROKEN}
4LDFLAGS= -Wl,--no-undefined ${LDAPLDFLAGS}
5LDADD= -lasn1 -lcom_err -lkrb5 -lroken ${LDAPLDADD}
6DPADD= ${LIBASN1} ${LIBCOM_ERR} ${LIBKRB5} ${LIBROKEN} ${LDAPDPADD}
7
8INCS= hdb-private.h \
9 hdb-protos.h \
10 hdb.h \
11 hdb_asn1.h \
12 hdb_err.h
13
14SRCS= common.c \

--- 53 unchanged lines hidden ---
7
8INCS= hdb-private.h \
9 hdb-protos.h \
10 hdb.h \
11 hdb_asn1.h \
12 hdb_err.h
13
14SRCS= common.c \

--- 53 unchanged lines hidden ---