Use HOST_SRCS instead of adding to SRCS for hash.c

This commit is contained in:
roy 2010-02-20 19:04:48 +00:00
parent 47aa05b406
commit 20fbb1c876
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.2 2010/02/20 17:02:33 roy Exp $
# $NetBSD: Makefile,v 1.3 2010/02/20 19:04:48 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
HOST_SRCS= hash.c
.include "${.CURDIR}/../Makefile.host"
.PATH: ${NETBSDSRCDIR}/lib/libterminfo
SRCS+= hash.c
tic: hash.lo