.ifndef USE_NEW_TOOLCHAIN => .if ${USETOOLS} == "no"
Allows a new toolchain, but USETOOLS=no, configuration to build properly. Reported by <martin@duskware.de>.
This commit is contained in:
parent
79016ecdea
commit
72583e218c
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.11 2001/09/21 22:58:59 tv Exp $
|
# $NetBSD: Makefile,v 1.12 2001/10/04 16:11:24 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= asn1
|
LIB= asn1
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.5 2001/09/25 01:42:25 gmcgarry Exp $
|
# $NetBSD: Makefile,v 1.6 2001/10/04 16:11:25 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ SRCS= error.c com_err.c roken_rename.h
|
|||||||
|
|
||||||
INCS= com_err.h com_right.h
|
INCS= com_err.h com_right.h
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
.PHONY: compile_et
|
.PHONY: compile_et
|
||||||
|
|
||||||
includes: compile_et
|
includes: compile_et
|
||||||
@ -31,11 +31,11 @@ CPPFLAGS+= -I. \
|
|||||||
-I${DIST}/heimdal/lib/roken \
|
-I${DIST}/heimdal/lib/roken \
|
||||||
-DHAVE_CONFIG_H
|
-DHAVE_CONFIG_H
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
SUBDIR= compile_et
|
SUBDIR= compile_et
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.8 2001/09/21 22:59:00 tv Exp $
|
# $NetBSD: Makefile,v 1.9 2001/10/04 16:11:25 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= hdb
|
LIB= hdb
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.5 2001/09/21 22:59:01 tv Exp $
|
# $NetBSD: Makefile,v 1.6 2001/10/04 16:11:25 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= kadm
|
LIB= kadm
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.10 2001/09/21 22:59:01 tv Exp $
|
# $NetBSD: Makefile,v 1.11 2001/10/04 16:11:25 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= kadm5clnt
|
LIB= kadm5clnt
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.10 2001/09/22 05:39:54 tv Exp $
|
# $NetBSD: Makefile,v 1.11 2001/10/04 16:11:26 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= kadm5srv
|
LIB= kadm5srv
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.12 2001/10/04 10:44:12 tron Exp $
|
# $NetBSD: Makefile,v 1.13 2001/10/04 16:11:26 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= krb
|
LIB= krb
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.14 2001/09/21 22:59:01 tv Exp $
|
# $NetBSD: Makefile,v 1.15 2001/10/04 16:11:27 tv Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ MKLINT= no
|
|||||||
|
|
||||||
LIB= krb5
|
LIB= krb5
|
||||||
|
|
||||||
.ifndef USE_NEW_TOOLCHAIN
|
.if ${USETOOLS} == "no"
|
||||||
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
|
||||||
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
COMPILE_ET= ${COMPILEETOBJ}/compile_et
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user