Source-Changes-HG archive

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

[src/trunk]: src/share/mk add ${ZIC}



details:   https://anonhg.NetBSD.org/src/rev/2931be9cae46
branches:  trunk
changeset: 520230:2931be9cae46
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jan 05 07:34:08 2002 +0000

description:
add ${ZIC}

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 779e1335c539 -r 2931be9cae46 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 05 07:29:31 2002 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 05 07:34:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.250 2002/01/05 07:29:31 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.251 2002/01/05 07:34:08 mrg Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -152,6 +152,7 @@
 TBL=           ${TOOLDIR}/bin/nbtbl
 TSORT=         ${TOOLDIR}/bin/nbtsort -q
 YACC=          ${TOOLDIR}/bin/nbyacc
+ZIC=           ${TOOLDIR}/bin/nbzic
 
 # Make sure DESTDIR is set, so that builds with these tools always
 # get appropriate -nostdinc, -nostdlib, etc. handling.  The default is



Home | Main Index | Thread Index | Old Index