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