Install additional headers for Kerberos (libkafs, libkadm5*, and

libhdb).
This commit is contained in:
Jacques Vidrine 2003-10-09 19:50:00 +00:00
parent f0a7f80d65
commit 23b1827ab3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120950
4 changed files with 18 additions and 0 deletions

View File

@ -79,6 +79,8 @@
cd9660
..
..
kadm5
..
libmilter
..
machine

View File

@ -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 \

View File

@ -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 \

View File

@ -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>