mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
krb5: don't install libdb manual pages
This version of libdb is private to Kerberos and not intended for external use, so avoid installing manual pages that may conflict with another version of libdb. Reviewed by: des, cy Differential Revision: https://reviews.freebsd.org/D51418
This commit is contained in:
parent
b98d0566b2
commit
fb1ccc04ad
2 changed files with 8 additions and 14 deletions
|
|
@ -63,6 +63,14 @@ OLD_FILES+=usr/include/dyn.h
|
|||
OLD_FILES+=usr/include/dynP.h
|
||||
OLD_FILES+=usr/include/gssrpcint.h
|
||||
OLD_FILES+=usr/include/import_err.h
|
||||
OLD_FILES+=usr/share/man/man3/db_btree.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_hash.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_lock.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_log.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_mpool.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_open.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_recno.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/db_txn.3.gz
|
||||
OLD_FILES+=usr/share/man/man5/profile.5.gz
|
||||
OLD_FILES+=usr/share/man/man8/kamdin.local.8.gz
|
||||
|
||||
|
|
|
|||
|
|
@ -29,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 \
|
||||
|
|
@ -55,11 +46,6 @@ CFLAGS+=-I${KRB5_DIR}/plugins/kdb/db2 \
|
|||
|
||||
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue