aboutsummaryrefslogtreecommitdiff
path: root/krb5/plugins/kdb/db2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'krb5/plugins/kdb/db2/Makefile')
-rw-r--r--krb5/plugins/kdb/db2/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/krb5/plugins/kdb/db2/Makefile b/krb5/plugins/kdb/db2/Makefile
index 7526283f37be..3230a77171f4 100644
--- a/krb5/plugins/kdb/db2/Makefile
+++ b/krb5/plugins/kdb/db2/Makefile
@@ -7,8 +7,6 @@
# under sponsorship from the FreeBSD Foundation.
#
-PACKAGE= krb5
-
.include <src.opts.mk>
.include "../Makefile.inc"
@@ -18,6 +16,7 @@ SHLIBDIR= ${LIBDIR}
LIB= db2
LDFLAGS=-Wl,--no-undefined
LIBADD= krb5profile krb5 com_err k5crypto kadm5srv_mit kdb5 gssrpc gssapi_krb5 krb5support
+VERSION_MAP= ${.CURDIR}/version.map
SRCS= \
adb_openclose.c \
@@ -30,15 +29,6 @@ SRCS= \
.include "${KRB5_SRCTOP}/plugins/kdb/db2/libdb2/Makefile.inc"
-MAN= db_btree.3 \
- db_hash.3 \
- db_lock.3 \
- db_log.3 \
- db_mpool.3 \
- db_open.3 \
- db_recno.3 \
- db_txn.3
-
CFLAGS+=-I${KRB5_DIR}/plugins/kdb/db2 \
-I${KRB5_DIR}/plugins/kdb/db2/libdb2 \
-I${KRB5_DIR}/plugins/kdb/db2/libdb2/include \
@@ -50,16 +40,12 @@ CFLAGS+=-I${KRB5_DIR}/plugins/kdb/db2 \
-I${KRB5_DIR}/include \
-I${KRB5_SRCTOP}/include \
-I${KRB5_DIR}/lib/kdb \
+ -I${KRB5_DIR}/lib \
-I${KRB5_OBJTOP}/plugins/kdb/db2 \
-I${KRB5_OBJTOP}/lib/kdb
.include <bsd.lib.mk>
-.SUFFIXES: .h .c .man .3
-
-.man.3:
- @cp ${.ALLSRC} ${.TARGET}
-
.PATH: ${KRB5_DIR}/plugins/kdb/db2 \
${KRB5_DIR}/plugins/kdb/db2/libdb2 \
${KRB5_DIR}/plugins/kdb/db2/libdb2/man