Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Add MKGCCCMDS/gcccmds



details:   https://anonhg.NetBSD.org/src/rev/62e801bfb0a9
branches:  trunk
changeset: 572657:62e801bfb0a9
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jan 09 22:24:04 2005 +0000

description:
Add MKGCCCMDS/gcccmds

diffstat:

 distrib/sets/sets.subr |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 3d9fc1468c87 -r 62e801bfb0a9 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Sun Jan 09 21:45:53 2005 +0000
+++ b/distrib/sets/sets.subr    Sun Jan 09 22:24:04 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.35 2005/01/07 18:56:40 tron Exp $
+#      $NetBSD: sets.subr,v 1.36 2005/01/09 22:24:04 matt Exp $
 #
 
 #
@@ -32,6 +32,7 @@
        MKCRYPTO_MDC2   \
        MKCRYPTO_RC5    \
        MKCVS           \
+       MKGCCCMDS       \
        MKDOC           \
        MKGDB           \
        MKHESIOD        \
@@ -118,7 +119,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.35 2005/01/07 18:56:40 tron Exp $
+#      # $NetBSD: sets.subr,v 1.36 2005/01/09 22:24:04 matt Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -146,6 +147,7 @@
 #      crypto_rc5              ${MKCRYPTO_RC5} != no
 #      cvs                     ${MKCVS} != no
 #      doc                     ${MKDOC} != no
+#      gcccmds                 ${MKGCCCMDS} != no
 #      gdb                     ${MKGDB} != no
 #      hesiod                  ${MKHESIOD} != no
 #      info                    ${MKINFO} != no



Home | Main Index | Thread Index | Old Index