Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/zic Define NOID to eliminate the rcsid.



details:   https://anonhg.NetBSD.org/src/rev/ddadf3a69885
branches:  trunk
changeset: 521504:ddadf3a69885
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Jan 31 19:22:40 2002 +0000

description:
Define NOID to eliminate the rcsid.

diffstat:

 tools/zic/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9f603d87c059 -r ddadf3a69885 tools/zic/Makefile
--- a/tools/zic/Makefile        Thu Jan 31 19:21:58 2002 +0000
+++ b/tools/zic/Makefile        Thu Jan 31 19:22:40 2002 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2002/01/05 07:36:34 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2002/01/31 19:22:40 tv Exp $
 
 HOSTPROGNAME=  nbzic
 HOST_SRCDIR=   usr.sbin/zic
+HOST_CPPFLAGS+=        -DNOID
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index