minix/tools/tic/Makefile
Lionel Sambuc 0c3ae37f52 Updating libcurses, libterminfo and terminfo.
The three are updated together as they are tightly coupled.

Change-Id: I9e1f07b6adc6e8ae10833e6f1402f8472d2d34b8
2013-01-14 11:36:26 +01:00

13 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}