summaryrefslogtreecommitdiff
path: root/lib/libcom_err/compile_et/Makefile
blob: 12b2bb42935ef827583c9e4c05fd08d1aae4699f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:44 thorpej Exp $
DIST=		${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken

HOSTPROG= compile_et

SRCS=	compile_et.c parse.y lex.l \
	getarg.c print_version.c warnerr.c strupr.c get_window_size.c

YHEADER=	1

BINDIR=	/usr/bin

LIBROKEN!=	cd ${.CURDIR}/../../libroken && ${MAKE} print-objdir

HOST_CPPFLAGS+= -I.				\
	 -I${.CURDIR}/../../../include/heimdal	\
	 -I${LIBROKEN}				\
	 -I${DIST}/heimdal/lib/com_err		\
	 -I${DIST}/heimdal/lib/roken		\
	 -DHAVE_CONFIG_H

NOMAN=	noman

.include <bsd.hostprog.mk>