summaryrefslogtreecommitdiff
path: root/tools/compile_et/Makefile
blob: c6cdae67c3f7d11cb6ae39d0b967803fcd4d2296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.3 2001/11/14 22:13:39 tv Exp $

HOSTPROGNAME=	nbcompile_et
HOST_SRCDIR=	usr.bin/compile_et
HOST_SRCS=	getarg.c print_version.c warnerr.c strupr.c get_window_size.c
HOST_CPPFLAGS=	-I${DIST}/heimdal/lib/roken

# uncommon library functions
.PATH: ${.CURDIR}/../../lib/libc/string
HOST_SRCS+=	strlcpy.c strlcat.c

DPSRCS=	print_version.h
print_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h
	${HOST_LINK.c} -o make-print-version ${>:M*.c}
	./make-print-version print_version.h

.include "${.CURDIR}/../Makefile.host"

.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
CLEANFILES+=	print_version.h make-print-version make-print-version.lo