2001-10-31 19:15:00 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 2001/10/31 16:15:00 tv Exp $
|
2001-09-25 05:42:25 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2000-06-17 02:46:43 +04:00
|
|
|
DIST= ${.CURDIR}/../../crypto/dist
|
2000-06-16 23:27:31 +04:00
|
|
|
.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
|
|
|
|
|
2001-10-31 19:15:00 +03:00
|
|
|
.if ${USETOOLS} != "yes"
|
2000-06-16 23:27:31 +04:00
|
|
|
.PHONY: compile_et
|
|
|
|
|
|
|
|
includes: compile_et
|
|
|
|
|
|
|
|
compile_et:
|
2000-11-13 18:05:30 +03:00
|
|
|
@cd ${.CURDIR}/compile_et && ${MAKE}
|
2001-09-22 02:58:59 +04:00
|
|
|
.endif
|
2000-06-16 23:27:31 +04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2001-10-31 19:15:00 +03:00
|
|
|
.if ${USETOOLS} != "yes"
|
2000-06-16 23:27:31 +04:00
|
|
|
SUBDIR= compile_et
|
2001-09-22 02:58:59 +04:00
|
|
|
.endif
|
2000-06-16 23:27:31 +04:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
2001-10-31 19:15:00 +03:00
|
|
|
.if ${USETOOLS} != "yes"
|
2000-06-16 23:27:31 +04:00
|
|
|
.include <bsd.subdir.mk>
|
2001-09-22 02:58:59 +04:00
|
|
|
.endif
|