Install additional headers for Kerberos (libkafs, libkadm5*, and
libhdb).
This commit is contained in:
parent
f0a7f80d65
commit
23b1827ab3
@ -79,6 +79,8 @@
|
||||
cd9660
|
||||
..
|
||||
..
|
||||
kadm5
|
||||
..
|
||||
libmilter
|
||||
..
|
||||
machine
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
LIB= hdb
|
||||
|
||||
INCS= \
|
||||
hdb-private.h \
|
||||
hdb-protos.h \
|
||||
hdb.h \
|
||||
hdb_asn1.h \
|
||||
hdb_err.h
|
||||
|
||||
SRCS= \
|
||||
common.c \
|
||||
db.c \
|
||||
|
@ -2,6 +2,14 @@
|
||||
|
||||
LIB= kadm5clnt
|
||||
|
||||
INCS= \
|
||||
admin.h \
|
||||
kadm5-private.h \
|
||||
kadm5-protos.h \
|
||||
kadm5_err.h \
|
||||
private.h
|
||||
INCSDIR=${INCLUDEDIR}/kadm5
|
||||
|
||||
SRCS= \
|
||||
chpass_c.c \
|
||||
common_glue.c \
|
||||
|
@ -8,6 +8,7 @@ CFLAGS+=-I${KRB5DIR}/lib/kafs \
|
||||
-I${KRB5DIR}/include \
|
||||
-I${KRB5OBJDIR} \
|
||||
-I${ASN1OBJDIR}
|
||||
INCS= kafs.h
|
||||
SRCS= afssys.c afskrb5.c common.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user