summaryrefslogtreecommitdiff
path: root/lib/libcom_err
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-09-21 22:58:59 +0000
committertv <tv@NetBSD.org>2001-09-21 22:58:59 +0000
commit12661f66064f3c463ad9be2d582ad7c5ce100b7b (patch)
tree96bb1701324f07d24e365b93ef1c9f3c0b289717 /lib/libcom_err
parent09e458baee02cf63159905e31d9daa9f8ab1044c (diff)
Prep Heimdal host tools for new toolchain.
Diffstat (limited to 'lib/libcom_err')
-rw-r--r--lib/libcom_err/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 496a7dcbe7b..df75dccb22c 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/11/13 15:05:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/21 22:59:00 tv Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err
@@ -10,12 +10,14 @@ SRCS= error.c com_err.c roken_rename.h
INCS= com_err.h com_right.h
+.ifndef USE_NEW_TOOLCHAIN
.PHONY: compile_et
includes: compile_et
compile_et:
@cd ${.CURDIR}/compile_et && ${MAKE}
+.endif
INCSDIR=/usr/include/krb5
@@ -26,7 +28,11 @@ CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
+.ifndef USE_NEW_TOOLCHAIN
SUBDIR= compile_et
+.endif
.include <bsd.lib.mk>
+.ifndef USE_NEW_TOOLCHAIN
.include <bsd.subdir.mk>
+.endif