Fixup KTH Kerberos 4 library builds.
This commit is contained in:
parent
f8eb6433b2
commit
4603feaa6c
|
@ -1,5 +1,5 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $
|
# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $
|
||||||
DIST= ${.CURDIR}/../../dist
|
DIST= ${.CURDIR}/../../crypto/dist
|
||||||
.PATH: ${DIST}/krb4/lib/kadm
|
.PATH: ${DIST}/krb4/lib/kadm
|
||||||
|
|
||||||
WARNS?= 1
|
WARNS?= 1
|
||||||
|
@ -23,7 +23,7 @@ SRCS= \
|
||||||
kadm_supp.c \
|
kadm_supp.c \
|
||||||
check_password.c
|
check_password.c
|
||||||
|
|
||||||
INCSDIR= /usr/include/krb5
|
INCSDIR= /usr/include/kerberosIV
|
||||||
|
|
||||||
INCS= kadm.h \
|
INCS= kadm.h \
|
||||||
kadm_err.h
|
kadm_err.h
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:34 thorpej Exp $
|
# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $
|
||||||
DIST= ${.CURDIR}/../../dist
|
DIST= ${.CURDIR}/../../crypto/dist
|
||||||
.PATH: ${DIST}/heimdal/lib/kafs
|
.PATH: ${DIST}/heimdal/lib/kafs
|
||||||
|
|
||||||
WARNS?= 1
|
WARNS?= 1
|
||||||
|
@ -13,13 +13,14 @@ SRCS= \
|
||||||
afskrb5.c \
|
afskrb5.c \
|
||||||
common.c \
|
common.c \
|
||||||
|
|
||||||
INCSDIR= /usr/include/krb5
|
INCSDIR= /usr/include/kerberosIV
|
||||||
|
|
||||||
INCS= kafs.h
|
INCS= kafs.h
|
||||||
|
|
||||||
CPPFLAGS+= -I. \
|
CPPFLAGS+= -I. \
|
||||||
-I${DIST}/heimdal/lib/kafs \
|
-I${DIST}/heimdal/lib/kafs \
|
||||||
-I${DESTDIR}/usr/include/krb5 \
|
-I${DESTDIR}/usr/include/krb5 \
|
||||||
|
-I${DESTDIR}/usr/include/kerberosIV \
|
||||||
-I${DESTDIR}/usr/include/openssl \
|
-I${DESTDIR}/usr/include/openssl \
|
||||||
-I${.CURDIR}/../../include/heimdal \
|
-I${.CURDIR}/../../include/heimdal \
|
||||||
-I${.CURDIR}/../libroken \
|
-I${.CURDIR}/../libroken \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $
|
# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $
|
||||||
DIST= ${.CURDIR}/../../dist
|
DIST= ${.CURDIR}/../../crypto/dist
|
||||||
.PATH: ${DIST}/krb4/lib/kdb
|
.PATH: ${DIST}/krb4/lib/kdb
|
||||||
|
|
||||||
WARNS?= 1
|
WARNS?= 1
|
||||||
|
@ -14,7 +14,7 @@ SRCS= krb_cache.c \
|
||||||
krb_dbm.c \
|
krb_dbm.c \
|
||||||
print_princ.c
|
print_princ.c
|
||||||
|
|
||||||
INCSDIR= /usr/include/krb5
|
INCSDIR= /usr/include/kerberosIV
|
||||||
|
|
||||||
INCS= krb_db.h
|
INCS= krb_db.h
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $
|
# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:57 thorpej Exp $
|
||||||
DIST= ${.CURDIR}/../../dist
|
DIST= ${.CURDIR}/../../crypto/dist
|
||||||
.PATH: ${DIST}/krb4/lib/krb
|
.PATH: ${DIST}/krb4/lib/krb
|
||||||
.PATH: ${DIST}/krb4/doc
|
.PATH: ${DIST}/krb4/doc
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ SRCS= \
|
||||||
verify_user.c \
|
verify_user.c \
|
||||||
krb_ip_realm.c
|
krb_ip_realm.c
|
||||||
|
|
||||||
INCSDIR= /usr/include/krb5
|
INCSDIR= /usr/include/kerberosIV
|
||||||
|
|
||||||
INCS= krb.h \
|
INCS= krb.h \
|
||||||
krb_err.h \
|
krb_err.h \
|
||||||
|
|
Loading…
Reference in New Issue