Module Name: src
Committed By: roy
Date: Sat Feb 20 19:04:48 UTC 2010
Modified Files:
src/tools/tic: Makefile
Log Message:
Use HOST_SRCS instead of adding to SRCS for hash.c
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/tic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/tic/Makefile
diff -u src/tools/tic/Makefile:1.2 src/tools/tic/Makefile:1.3
--- src/tools/tic/Makefile:1.2 Sat Feb 20 17:02:33 2010
+++ src/tools/tic/Makefile Sat Feb 20 19:04:48 2010
@@ -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