0c3ae37f52
The three are updated together as they are tightly coupled. Change-Id: I9e1f07b6adc6e8ae10833e6f1402f8472d2d34b8
12 lines
298 B
Makefile
12 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/02 17:49:20 christos Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}tic
|
|
HOST_SRCDIR= usr.bin/tic
|
|
HOST_SRCS= compile.c hash.c
|
|
|
|
TERMINFODIR= ${NETBSDSRCDIR}/lib/libterminfo
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
.include "${TERMINFODIR}/Makefile.hash"
|
|
|
|
.PATH: ${TERMINFODIR}
|