Import Heimdal library build glue from cryptosrc-intl.
This commit is contained in:
parent
827eba2a5e
commit
faf5f5eb7a
112
lib/libasn1/Makefile
Normal file
112
lib/libasn1/Makefile
Normal file
@ -0,0 +1,112 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/asn1
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= asn1
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
asn1_err.h asn1_err.c: asn1_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/asn1/asn1_err.et
|
||||
|
||||
DPSRCS= asn1_err.h
|
||||
|
||||
INCS= asn1.h asn1_err.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(gen_files:.x=.c) \
|
||||
asn1_err.h \
|
||||
asn1_err.c
|
||||
|
||||
gen_files = \
|
||||
asn1_UNSIGNED.x \
|
||||
asn1_APOptions.x \
|
||||
asn1_AP_REP.x \
|
||||
asn1_AP_REQ.x \
|
||||
asn1_AS_REP.x \
|
||||
asn1_AS_REQ.x \
|
||||
asn1_Authenticator.x \
|
||||
asn1_AuthorizationData.x \
|
||||
asn1_Checksum.x \
|
||||
asn1_EncAPRepPart.x \
|
||||
asn1_EncASRepPart.x \
|
||||
asn1_EncKDCRepPart.x \
|
||||
asn1_EncKrbCredPart.x \
|
||||
asn1_EncKrbPrivPart.x \
|
||||
asn1_EncTGSRepPart.x \
|
||||
asn1_EncTicketPart.x \
|
||||
asn1_EncryptedData.x \
|
||||
asn1_EncryptionKey.x \
|
||||
asn1_ETYPE_INFO.x \
|
||||
asn1_ETYPE_INFO_ENTRY.x \
|
||||
asn1_HostAddress.x \
|
||||
asn1_HostAddresses.x \
|
||||
asn1_KDCOptions.x \
|
||||
asn1_KDC_REP.x \
|
||||
asn1_KDC_REQ.x \
|
||||
asn1_KDC_REQ_BODY.x \
|
||||
asn1_KRB_CRED.x \
|
||||
asn1_KRB_ERROR.x \
|
||||
asn1_KRB_PRIV.x \
|
||||
asn1_KRB_SAFE.x \
|
||||
asn1_KRB_SAFE_BODY.x \
|
||||
asn1_KerberosTime.x \
|
||||
asn1_KrbCredInfo.x \
|
||||
asn1_LastReq.x \
|
||||
asn1_METHOD_DATA.x \
|
||||
asn1_PA_DATA.x \
|
||||
asn1_PA_ENC_TS_ENC.x \
|
||||
asn1_Principal.x \
|
||||
asn1_PrincipalName.x \
|
||||
asn1_Realm.x \
|
||||
asn1_TGS_REP.x \
|
||||
asn1_TGS_REQ.x \
|
||||
asn1_Ticket.x \
|
||||
asn1_TicketFlags.x \
|
||||
asn1_TransitedEncoding.x
|
||||
|
||||
SRCS= der_get.c \
|
||||
der_put.c \
|
||||
der_free.c \
|
||||
der_length.c \
|
||||
der_copy.c \
|
||||
timegm.c \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
$(gen_files) asn1.hx: asn1_files
|
||||
|
||||
ASN1COMPILE!= cd ${.CURDIR}/asn1_compile && ${MAKE} print-objdir
|
||||
|
||||
asn1_files: k5.asn1 all-asn1_compile
|
||||
${ASN1COMPILE}/asn1_compile ${DIST}/heimdal/lib/asn1/k5.asn1
|
||||
|
||||
asn1.h: asn1.hx
|
||||
${SRCS}: asn1.h
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES) $(gen_files) asn1_files asn1.h asn1.hx
|
||||
|
||||
SUBDIR= asn1_compile
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
.SUFFIXES: .hx .x
|
||||
|
||||
.x.c:
|
||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||
|
||||
.hx.h:
|
||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
30
lib/libasn1/asn1_compile/Makefile
Normal file
30
lib/libasn1/asn1_compile/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
HOSTPROG= asn1_compile
|
||||
|
||||
SRCS= parse.y lex.l main.c hash.c symbol.c gen.c \
|
||||
gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c \
|
||||
gen_glue.c \
|
||||
getarg.c print_version.c warnerr.c strupr.c get_window_size.c
|
||||
|
||||
YHEADER= 1
|
||||
|
||||
BINDIR= /usr/bin
|
||||
|
||||
LIBROKEN!= cd ${.CURDIR}/../../libroken && ${MAKE} print-objdir
|
||||
|
||||
HOST_CPPFLAGS+= -I. \
|
||||
-I${.CURDIR}/../../../include/heimdal \
|
||||
-I${LIBROKEN} \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
NOMAN= noman
|
||||
|
||||
.include <bsd.hostprog.mk>
|
2
lib/libasn1/shlib_version
Normal file
2
lib/libasn1/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=2
|
||||
minor=0
|
32
lib/libcom_err/Makefile
Normal file
32
lib/libcom_err/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/com_err
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= com_err
|
||||
SRCS= error.c com_err.c roken_rename.h
|
||||
|
||||
INCS= com_err.h com_right.h
|
||||
|
||||
.PHONY: compile_et
|
||||
|
||||
includes: compile_et
|
||||
|
||||
compile_et:
|
||||
cd ${.CURDIR}/compile_et && $(MAKE) compile_et
|
||||
|
||||
INCSDIR=/usr/include/krb5
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
SUBDIR= compile_et
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.subdir.mk>
|
25
lib/libcom_err/compile_et/Makefile
Normal file
25
lib/libcom_err/compile_et/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken
|
||||
|
||||
HOSTPROG= compile_et
|
||||
|
||||
SRCS= compile_et.c parse.y lex.l \
|
||||
getarg.c print_version.c warnerr.c strupr.c get_window_size.c
|
||||
|
||||
YHEADER= 1
|
||||
|
||||
BINDIR= /usr/bin
|
||||
|
||||
LIBROKEN!= cd ${.CURDIR}/../../libroken && ${MAKE} print-objdir
|
||||
|
||||
HOST_CPPFLAGS+= -I. \
|
||||
-I${.CURDIR}/../../../include/heimdal \
|
||||
-I${LIBROKEN} \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
NOMAN= noman
|
||||
|
||||
.include <bsd.hostprog.mk>
|
2
lib/libcom_err/shlib_version
Normal file
2
lib/libcom_err/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=1
|
||||
minor=0
|
72
lib/libgssapi/Makefile
Normal file
72
lib/libgssapi/Makefile
Normal file
@ -0,0 +1,72 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/gssapi
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= gssapi
|
||||
|
||||
SRCS = \
|
||||
8003.c \
|
||||
accept_sec_context.c \
|
||||
acquire_cred.c \
|
||||
add_oid_set_member.c \
|
||||
canonicalize_name.c \
|
||||
compare_name.c \
|
||||
context_time.c \
|
||||
create_emtpy_oid_set.c \
|
||||
decapsulate.c \
|
||||
delete_sec_context.c \
|
||||
display_name.c \
|
||||
display_status.c \
|
||||
duplicate_name.c \
|
||||
encapsulate.c \
|
||||
export_name.c \
|
||||
export_sec_context.c \
|
||||
external.c \
|
||||
get_mic.c \
|
||||
gssapi.h \
|
||||
gssapi_locl.h \
|
||||
import_name.c \
|
||||
import_sec_context.c \
|
||||
indicate_mechs.c \
|
||||
init.c \
|
||||
init_sec_context.c \
|
||||
inquire_context.c \
|
||||
inquire_cred.c \
|
||||
release_buffer.c \
|
||||
release_cred.c \
|
||||
release_name.c \
|
||||
release_oid_set.c \
|
||||
test_oid_set_member.c \
|
||||
unwrap.c \
|
||||
v1.c \
|
||||
verify_mic.c \
|
||||
wrap.c
|
||||
|
||||
INCSDIR= /usr/include/gssapi
|
||||
|
||||
INCS= gssapi.h
|
||||
|
||||
ASN1!= cd ${.CURDIR}/../libasn1 && ${MAKE} print-objdir
|
||||
KRB5!= cd ${.CURDIR}/../libkrb5 && ${MAKE} print-objdir
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/gssapi \
|
||||
-I${ASN1} \
|
||||
-I${KRB5} \
|
||||
-I${DIST}/heimdal/lib/krb5 \
|
||||
-I${DIST}/openssl/crypto/md4 \
|
||||
-I${DIST}/openssl/crypto/md5 \
|
||||
-I${DIST}/openssl/crypto/sha \
|
||||
-I${DIST}/openssl/crypto/rc4 \
|
||||
-I${DIST}/openssl/crypto/des \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libgssapi/shlib_version
Normal file
2
lib/libgssapi/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=0
|
||||
minor=4
|
76
lib/libhdb/Makefile
Normal file
76
lib/libhdb/Makefile
Normal file
@ -0,0 +1,76 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/hdb
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= hdb
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
hdb_err.c hdb_err.h: hdb_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/hdb/hdb_err.et
|
||||
|
||||
ERR_FILES = hdb_err.c
|
||||
|
||||
gen_files = asn1_Key.x asn1_Event.x asn1_HDBFlags.x asn1_hdb_entry.x asn1_Salt.x
|
||||
|
||||
DPSRCS= hdb_err.h
|
||||
|
||||
BUILT_SOURCES = $(gen_files:.x=.c) hdb_err.c
|
||||
|
||||
SRCS= \
|
||||
keytab.c \
|
||||
hdb.c \
|
||||
common.c \
|
||||
db.c \
|
||||
ndbm.c \
|
||||
print.c \
|
||||
$(BUILT_SOURCES)
|
||||
|
||||
INCS= hdb.h hdb_err.h hdb_asn1.h hdb-protos.h hdb-private.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
$(gen_files) asn1.h: asn1_files
|
||||
|
||||
ASN1COMPILE!= cd ${.CURDIR}/../libasn1/asn1_compile && ${MAKE} print-objdir
|
||||
|
||||
asn1_files: hdb.asn1
|
||||
${ASN1COMPILE}/asn1_compile ${DIST}/heimdal/lib/hdb/hdb.asn1 hdb_asn1
|
||||
|
||||
ASN1!= cd ${.CURDIR}/../libasn1 && ${MAKE} print-objdir
|
||||
KRB5!= cd ${.CURDIR}/../libkrb5 && ${MAKE} print-objdir
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/hdb \
|
||||
-I${ASN1} \
|
||||
-I${KRB5} \
|
||||
-I${DIST}/heimdal/lib/krb5 \
|
||||
-I${DIST}/openssl/crypto/rc4 \
|
||||
-I${DIST}/openssl/crypto/des \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
$(gen_files) hdb_asn1.h: asn1_files
|
||||
|
||||
hdb_asn1.h: hdb_asn1.hx
|
||||
$(SRCS:.c=.o): hdb_err.h hdb_asn1.h
|
||||
|
||||
CLEANFILES = $(gen_files) $(BUILT_SOURCES) hdb_asn1.h hdb_asn1.hx asn1_files hdb_err.h
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
.SUFFIXES: .hx .x
|
||||
|
||||
.x.c:
|
||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||
|
||||
.hx.h:
|
||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||
|
2
lib/libhdb/shlib_version
Normal file
2
lib/libhdb/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=4
|
||||
minor=1
|
28
lib/libkadm5/Makefile
Normal file
28
lib/libkadm5/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/kadm5
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
all: depend
|
||||
|
||||
depend: kadm5_err.c kadm5_err.h
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
kadm5_err.c kadm5_err.h: kadm5_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
|
||||
|
||||
clean cleandir:
|
||||
rm -f kadm5_err.c kadm5_err.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
INCS= kadm5_err.h
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.inc.mk>
|
||||
.include <bsd.dep.mk>
|
||||
.include <bsd.depall.mk>
|
||||
.include <bsd.obj.mk>
|
65
lib/libkadm5clnt/Makefile
Normal file
65
lib/libkadm5clnt/Makefile
Normal file
@ -0,0 +1,65 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/kadm5
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= kadm5clnt
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
kadm5_err.c kadm5_err.h: kadm5_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
|
||||
|
||||
ERR_FILES = kadm5_err.c
|
||||
|
||||
SRCS = \
|
||||
chpass_c.c \
|
||||
common_glue.c \
|
||||
create_c.c \
|
||||
delete_c.c \
|
||||
destroy_c.c \
|
||||
flush_c.c \
|
||||
free.c \
|
||||
get_c.c \
|
||||
get_princs_c.c \
|
||||
init_c.c \
|
||||
kadm5_err.c \
|
||||
marshall.c \
|
||||
modify_c.c \
|
||||
privs_c.c \
|
||||
randkey_c.c \
|
||||
rename_c.c \
|
||||
send_recv.c \
|
||||
$(ERR_FILES)
|
||||
|
||||
INCSDIR= /usr/include/kadm5
|
||||
|
||||
INCS= kadm5_err.h admin.h private.h
|
||||
|
||||
ASN1!= cd ${.CURDIR}/../libasn1 && ${MAKE} print-objdir
|
||||
KRB5!= cd ${.CURDIR}/../libkrb5 && ${MAKE} print-objdir
|
||||
HDB!= cd ${.CURDIR}/../libhdb && ${MAKE} print-objdir
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${ASN1} \
|
||||
-I${KRB5} \
|
||||
-I${DIST}/heimdal/lib/krb5 \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/openssl/crypto/rc4 \
|
||||
-I${DIST}/openssl/crypto/des \
|
||||
-I${HDB} \
|
||||
-I${DIST}/heimdal/lib/hdb \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
$(SRCS:.c=.o): kadm5_err.h
|
||||
|
||||
CLEANFILES = kadm5_err.h kadm5_err.c
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libkadm5clnt/shlib_version
Normal file
2
lib/libkadm5clnt/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=5
|
||||
minor=1
|
69
lib/libkadm5srv/Makefile
Normal file
69
lib/libkadm5srv/Makefile
Normal file
@ -0,0 +1,69 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/kadm5
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= kadm5srv
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
kadm5_err.c kadm5_err.h: kadm5_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
|
||||
|
||||
ERR_FILES = kadm5_err.c
|
||||
|
||||
SRCS = \
|
||||
acl.c \
|
||||
chpass_s.c \
|
||||
common_glue.c \
|
||||
context_s.c \
|
||||
create_s.c \
|
||||
delete_s.c \
|
||||
destroy_s.c \
|
||||
ent_setup.c \
|
||||
error.c \
|
||||
flush_s.c \
|
||||
free.c \
|
||||
get_princs_s.c \
|
||||
get_s.c \
|
||||
init_s.c \
|
||||
kadm5_err.c \
|
||||
log.c \
|
||||
marshall.c \
|
||||
modify_s.c \
|
||||
privs_s.c \
|
||||
randkey_s.c \
|
||||
rename_s.c \
|
||||
set_keys.c \
|
||||
set_modifier.c \
|
||||
password_quality.c \
|
||||
server_glue.c \
|
||||
$(ERR_FILES)
|
||||
|
||||
ASN1!= cd ${.CURDIR}/../libasn1 && ${MAKE} print-objdir
|
||||
KRB5!= cd ${.CURDIR}/../libkrb5 && ${MAKE} print-objdir
|
||||
HDB!= cd ${.CURDIR}/../libhdb && ${MAKE} print-objdir
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${ASN1} \
|
||||
-I${KRB5} \
|
||||
-I${DIST}/heimdal/lib/krb5 \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/openssl/crypto/rc4 \
|
||||
-I${DIST}/openssl/crypto/des \
|
||||
-I${HDB} \
|
||||
-I${DIST}/heimdal/lib/hdb \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
$(SRCS:.c=.o): kadm5_err.h
|
||||
|
||||
CLEANFILES = kadm5_err.h kadm5_err.c
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libkadm5srv/shlib_version
Normal file
2
lib/libkadm5srv/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=6
|
||||
minor=0
|
164
lib/libkrb5/Makefile
Normal file
164
lib/libkrb5/Makefile
Normal file
@ -0,0 +1,164 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/krb5
|
||||
.PATH: ${DIST}/heimdal/lib/des
|
||||
.PATH: ${DIST}/heimdal/doc
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= krb5
|
||||
|
||||
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && make print-objdir
|
||||
|
||||
krb5_err.c krb5_err.h: krb5_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/krb5/krb5_err.et
|
||||
|
||||
heim_err.c heim_err.h: heim_err.et
|
||||
${COMPILEET}/compile_et ${DIST}/heimdal/lib/krb5/heim_err.et
|
||||
|
||||
ERR_FILES= krb5_err.c heim_err.c
|
||||
|
||||
DPSRCS= krb5_err.h heim_err.h
|
||||
|
||||
SRCS= \
|
||||
add_et_list.c \
|
||||
addr_families.c \
|
||||
address.c \
|
||||
aname_to_localname.c \
|
||||
asn1_glue.c \
|
||||
auth_context.c \
|
||||
build_ap_req.c \
|
||||
build_auth.c \
|
||||
cache.c \
|
||||
changepw.c \
|
||||
codec.c \
|
||||
config_file.c \
|
||||
config_file_netinfo.c \
|
||||
convert_creds.c \
|
||||
constants.c \
|
||||
context.c \
|
||||
copy_host_realm.c \
|
||||
crc.c \
|
||||
creds.c \
|
||||
crypto.c \
|
||||
data.c \
|
||||
expand_hostname.c \
|
||||
fcache.c \
|
||||
free.c \
|
||||
free_host_realm.c \
|
||||
generate_seq_number.c \
|
||||
generate_subkey.c \
|
||||
get_addrs.c \
|
||||
get_cred.c \
|
||||
get_default_principal.c \
|
||||
get_default_realm.c \
|
||||
get_for_creds.c \
|
||||
get_host_realm.c \
|
||||
get_in_tkt.c \
|
||||
get_in_tkt_pw.c \
|
||||
get_in_tkt_with_keytab.c \
|
||||
get_in_tkt_with_skey.c \
|
||||
get_port.c \
|
||||
init_creds.c \
|
||||
init_creds_pw.c \
|
||||
keyblock.c \
|
||||
keytab.c \
|
||||
keytab_file.c \
|
||||
keytab_memory.c \
|
||||
keytab_keyfile.c \
|
||||
keytab_krb4.c \
|
||||
krbhst.c \
|
||||
kuserok.c \
|
||||
log.c \
|
||||
mcache.c \
|
||||
misc.c \
|
||||
mk_error.c \
|
||||
mk_priv.c \
|
||||
mk_rep.c \
|
||||
mk_req.c \
|
||||
mk_req_ext.c \
|
||||
mk_safe.c \
|
||||
net_read.c \
|
||||
net_write.c \
|
||||
n-fold.c \
|
||||
padata.c \
|
||||
principal.c \
|
||||
prog_setup.c \
|
||||
prompter_posix.c \
|
||||
rd_cred.c \
|
||||
rd_error.c \
|
||||
rd_priv.c \
|
||||
rd_rep.c \
|
||||
rd_req.c \
|
||||
rd_safe.c \
|
||||
read_message.c \
|
||||
recvauth.c \
|
||||
send_to_kdc.c \
|
||||
sendauth.c \
|
||||
set_default_realm.c \
|
||||
sock_principal.c \
|
||||
store.c \
|
||||
store_emem.c \
|
||||
store_fd.c \
|
||||
store_mem.c \
|
||||
ticket.c \
|
||||
time.c \
|
||||
transited.c \
|
||||
verify_init.c \
|
||||
verify_user.c \
|
||||
version.c \
|
||||
warn.c \
|
||||
write_message.c \
|
||||
rnd_keys.c \
|
||||
$(ERR_FILES)
|
||||
|
||||
INCS= krb5.h \
|
||||
krb5-protos.h \
|
||||
krb5-private.h \
|
||||
krb5_err.h \
|
||||
heim_err.h \
|
||||
krb5-types.h
|
||||
|
||||
MAN= krb5.conf.5 \
|
||||
krb5_warn.3 \
|
||||
krb5_openlog.3 \
|
||||
krb5_425_conv_principal.3 \
|
||||
krb5_build_principal.3 \
|
||||
krb5_free_principal.3 \
|
||||
krb5_parse_name.3 \
|
||||
krb5_sname_to_principal.3 \
|
||||
krb5_unparse_name.3
|
||||
|
||||
krb5-types.h:
|
||||
cp ${.CURDIR}/../../include/heimdal/$@ $@
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
ASN1!= cd ${.CURDIR}/../libasn1 && ${MAKE} print-objdir
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/krb5 \
|
||||
-I${DIST}/krb4/lib/krb \
|
||||
-I${DIST}/openssl/crypto/md4 \
|
||||
-I${DIST}/openssl/crypto/md5 \
|
||||
-I${DIST}/openssl/crypto/sha \
|
||||
-I${DIST}/openssl/crypto/rc4 \
|
||||
-I${DIST}/openssl/crypto/des \
|
||||
-I${ASN1} \
|
||||
-I${DIST}/heimdal/lib/asn1 \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
CLEANFILES = $(ERR_FILES) krb5_err.h heim_err.h krb5-types.h
|
||||
|
||||
$(SRCS:.c=.o): krb5_err.h heim_err.h
|
||||
|
||||
TEXINFO= heimdal.texi
|
||||
INFOFLAGS= -I${DIST}/heimdal/doc
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.info.mk>
|
2
lib/libkrb5/shlib_version
Normal file
2
lib/libkrb5/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=11
|
||||
minor=1
|
44
lib/libroken/Makefile
Normal file
44
lib/libroken/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/roken
|
||||
.PATH: ${.CURDIR}/../../include/heimdal
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
includes: print_version.h
|
||||
|
||||
LIB= roken
|
||||
|
||||
SRCS= base64.c concat.c emalloc.c eread.c erealloc.c estrdup.c ewrite.c \
|
||||
getaddrinfo_hostspec.c \
|
||||
get_default_username.c get_window_size.c getarg.c \
|
||||
getnameinfo_verified.c issuid.c k_getpwnam.c k_getpwuid.c \
|
||||
mini_inetd.c net_read.c net_write.c parse_bytes.c parse_time.c \
|
||||
parse_units.c resolve.c roken_gethostby.c signal.c simple_exec.c \
|
||||
socket.c tm2time.c verify.c warnerr.c print_version.c \
|
||||
strcollect.c strlwr.c strndup.c strnlen.c strupr.c
|
||||
|
||||
INCS= base64.h getarg.h parse_bytes.h parse_time.h parse_units.h \
|
||||
resolve.h roken.h roken-common.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
DPSRCS= print_version.h
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
make-print-version: make-print-version.o
|
||||
${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
|
||||
|
||||
print_version.h: make-print-version
|
||||
./make-print-version print_version.h
|
||||
|
||||
print_version.o print_version.so print_version.po print_version.So print_version.ln: print_version.h
|
||||
|
||||
CLEANFILES+= print_version.h make-print-version make-print-version.o
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libroken/shlib_version
Normal file
2
lib/libroken/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=8
|
||||
minor=1
|
23
lib/libsl/Makefile
Normal file
23
lib/libsl/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/sl
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= sl
|
||||
|
||||
SRCS= sl.c
|
||||
|
||||
INCS= sl.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/sl \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../../lib/libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libsl/shlib_version
Normal file
2
lib/libsl/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=1
|
||||
minor=0
|
25
lib/libss/Makefile
Normal file
25
lib/libss/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../dist
|
||||
.PATH: ${DIST}/heimdal/lib/sl
|
||||
|
||||
WARNS?= 1
|
||||
MKLINT= no
|
||||
|
||||
LIB= ss
|
||||
|
||||
SRCS= sl.c ss.c
|
||||
|
||||
INCS= ss.h
|
||||
|
||||
INCSDIR= /usr/include/krb5
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/sl \
|
||||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${.CURDIR}/../../lib/libcom_err \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${.CURDIR}/../../lib/libroken \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
.include <bsd.lib.mk>
|
2
lib/libss/shlib_version
Normal file
2
lib/libss/shlib_version
Normal file
@ -0,0 +1,2 @@
|
||||
major=1
|
||||
minor=0
|
Loading…
Reference in New Issue
Block a user