Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin mk: Add MKTIMED and MKMOUSED flags for compiling Ne...



details:   https://anonhg.NetBSD.org/src/rev/1c289df71d90
branches:  trunk
changeset: 366517:1c289df71d90
user:      nia <nia%NetBSD.org@localhost>
date:      Sun May 29 15:23:20 2022 +0000

description:
mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed
and moused

diffstat:

 distrib/sets/lists/base/mi  |   8 ++--
 distrib/sets/lists/debug/mi |   8 ++--
 distrib/sets/lists/man/mi   |  20 ++++++------
 distrib/sets/lists/misc/mi  |  66 ++++++++++++++++++++++----------------------
 share/man/man5/mk.conf.5    |  18 +++++++++++-
 share/mk/bsd.README         |  10 ++++++-
 share/mk/bsd.own.mk         |   4 ++-
 usr.sbin/Makefile           |  14 +++++++--
 8 files changed, 91 insertions(+), 57 deletions(-)

diffs (truncated from 351 to 300 lines):

diff -r 58723ba1d995 -r 1c289df71d90 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sun May 29 15:16:11 2022 +0000
+++ b/distrib/sets/lists/base/mi        Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1305 2022/05/29 08:09:59 nia Exp $
+# $NetBSD: mi,v 1.1306 2022/05/29 15:23:20 nia Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -1592,7 +1592,7 @@
 ./usr/sbin/mount_puffsportal                   base-obsolete           obsolete
 ./usr/sbin/mount_sysctlfs                      base-puffs-bin
 ./usr/sbin/mountd                              base-nfsserver-bin
-./usr/sbin/moused                              base-sysutil-bin
+./usr/sbin/moused                              base-sysutil-bin        moused
 ./usr/sbin/mrinfo                              base-router-bin         mrouting
 ./usr/sbin/mrouted                             base-router-bin         mrouting
 ./usr/sbin/mscdlabel                           base-sysutil-bin
@@ -1772,8 +1772,8 @@
 ./usr/sbin/tcpdrop                             base-netutil-bin
 ./usr/sbin/tcpdump                             base-netutil-bin        tcpdump
 ./usr/sbin/tcsd                                        base-tpm-bin            tpm
-./usr/sbin/timed                               base-timed-bin
-./usr/sbin/timedc                              base-timed-bin
+./usr/sbin/timed                               base-timed-bin          timed
+./usr/sbin/timedc                              base-timed-bin          timed
 ./usr/sbin/tpm_changeownerauth                 base-tpm-bin            tpm
 ./usr/sbin/tpm_clear                           base-tpm-bin            tpm
 ./usr/sbin/tpm_createek                                base-tpm-bin            tpm
diff -r 58723ba1d995 -r 1c289df71d90 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Sun May 29 15:16:11 2022 +0000
+++ b/distrib/sets/lists/debug/mi       Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.384 2022/05/29 08:09:59 nia Exp $
+# $NetBSD: mi,v 1.385 2022/05/29 15:23:20 nia Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -1193,7 +1193,7 @@
 ./usr/libdata/debug/usr/sbin/mount_puffsportal.debug   comp-obsolete   obsolete
 ./usr/libdata/debug/usr/sbin/mount_sysctlfs.debug      comp-puffs-debug        debug
 ./usr/libdata/debug/usr/sbin/mountd.debug      comp-nfsserver-debug    debug
-./usr/libdata/debug/usr/sbin/moused.debug      comp-sysutil-debug      debug
+./usr/libdata/debug/usr/sbin/moused.debug      comp-sysutil-debug      moused,debug
 ./usr/libdata/debug/usr/sbin/mrinfo.debug      comp-router-debug       mrouting,debug
 ./usr/libdata/debug/usr/sbin/mrouted.debug     comp-router-debug       mrouting,debug
 ./usr/libdata/debug/usr/sbin/mscdlabel.debug   comp-sysutil-debug      debug
@@ -1333,8 +1333,8 @@
 ./usr/libdata/debug/usr/sbin/tcpdrop.debug     comp-netutil-debug      debug
 ./usr/libdata/debug/usr/sbin/tcpdump.debug     comp-netutil-debug      tcpdump,debug
 ./usr/libdata/debug/usr/sbin/tcsd.debug                comp-tpm-debug          tpm,debug
-./usr/libdata/debug/usr/sbin/timed.debug       comp-timed-debug        debug
-./usr/libdata/debug/usr/sbin/timedc.debug      comp-timed-debug        debug
+./usr/libdata/debug/usr/sbin/timed.debug       comp-timed-debug        timed,debug
+./usr/libdata/debug/usr/sbin/timedc.debug      comp-timed-debug        timed,debug
 ./usr/libdata/debug/usr/sbin/tpm_changeownerauth.debug comp-tpm-debug  tpm,debug
 ./usr/libdata/debug/usr/sbin/tpm_clear.debug           comp-tpm-debug  tpm,debug
 ./usr/libdata/debug/usr/sbin/tpm_createek.debug                comp-tpm-debug  tpm,debug
diff -r 58723ba1d995 -r 1c289df71d90 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun May 29 15:16:11 2022 +0000
+++ b/distrib/sets/lists/man/mi Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1746 2022/05/29 08:09:59 nia Exp $
+# $NetBSD: mi,v 1.1747 2022/05/29 15:23:20 nia Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2873,7 +2873,7 @@
 ./usr/share/man/cat8/mount_v7fs.0              man-sysutil-catman      .cat
 ./usr/share/man/cat8/mount_zfs.0               man-sysutil-catman      zfs,.cat
 ./usr/share/man/cat8/mountd.0                  man-nfsserver-catman    .cat
-./usr/share/man/cat8/moused.0                  man-sysutil-catman      .cat
+./usr/share/man/cat8/moused.0                  man-sysutil-catman      moused,.cat
 ./usr/share/man/cat8/mrinfo.0                  man-netutil-catman      mrouting,.cat
 ./usr/share/man/cat8/mrouted.0                 man-router-catman       mrouting,.cat
 ./usr/share/man/cat8/mscdlabel.0               man-sysutil-catman      .cat
@@ -3220,8 +3220,8 @@
 ./usr/share/man/cat8/telnetd.0                 man-netutil-catman      .cat
 ./usr/share/man/cat8/tftp-proxy.0              man-pf-catman           pf,.cat
 ./usr/share/man/cat8/tftpd.0                   man-netutil-catman      .cat
-./usr/share/man/cat8/timed.0                   man-timed-catman        .cat
-./usr/share/man/cat8/timedc.0                  man-timed-catman        .cat
+./usr/share/man/cat8/timed.0                   man-timed-catman        timed,.cat
+./usr/share/man/cat8/timedc.0                  man-timed-catman        timed,.cat
 ./usr/share/man/cat8/tlsmgr.0                  man-postfix-catman      postfix,.cat
 ./usr/share/man/cat8/tlsproxy.0                        man-postfix-catman      postfix,.cat
 ./usr/share/man/cat8/tpctl.0                   man-sysutil-catman      .cat
@@ -5925,7 +5925,7 @@
 ./usr/share/man/html8/mount_v7fs.html          man-sysutil-htmlman     html
 ./usr/share/man/html8/mount_zfs.html           man-sysutil-htmlman     zfs,html
 ./usr/share/man/html8/mountd.html              man-nfsserver-htmlman   html
-./usr/share/man/html8/moused.html              man-sysutil-htmlman     html
+./usr/share/man/html8/moused.html              man-sysutil-htmlman     moused,html
 ./usr/share/man/html8/mrinfo.html              man-netutil-htmlman     mrouting,html
 ./usr/share/man/html8/mrouted.html             man-router-htmlman      mrouting,html
 ./usr/share/man/html8/mscdlabel.html           man-sysutil-htmlman     html
@@ -6192,8 +6192,8 @@
 ./usr/share/man/html8/telnetd.html             man-netutil-htmlman     html
 ./usr/share/man/html8/tftp-proxy.html          man-pf-htmlman          pf,html
 ./usr/share/man/html8/tftpd.html               man-netutil-htmlman     html
-./usr/share/man/html8/timed.html               man-timed-htmlman       html
-./usr/share/man/html8/timedc.html              man-timed-htmlman       html
+./usr/share/man/html8/timed.html               man-timed-htmlman       timed,html
+./usr/share/man/html8/timedc.html              man-timed-htmlman       timed,html
 ./usr/share/man/html8/tlsmgr.html              man-postfix-htmlman     postfix,html
 ./usr/share/man/html8/tlsproxy.html            man-postfix-htmlman     postfix,html
 ./usr/share/man/html8/tpctl.html               man-sysutil-htmlman     html
@@ -9159,7 +9159,7 @@
 ./usr/share/man/man8/mount_v7fs.8              man-sysutil-man         .man
 ./usr/share/man/man8/mount_zfs.8               man-sysutil-man         zfs,.man
 ./usr/share/man/man8/mountd.8                  man-nfsserver-man       .man
-./usr/share/man/man8/moused.8                  man-sysutil-man         .man
+./usr/share/man/man8/moused.8                  man-sysutil-man         moused,.man
 ./usr/share/man/man8/mrinfo.8                  man-netutil-man         mrouting,.man
 ./usr/share/man/man8/mrouted.8                 man-router-man          mrouting,.man
 ./usr/share/man/man8/mscdlabel.8               man-sysutil-man         .man
@@ -9506,8 +9506,8 @@
 ./usr/share/man/man8/telnetd.8                 man-netutil-man         .man
 ./usr/share/man/man8/tftp-proxy.8              man-pf-man              pf,.man
 ./usr/share/man/man8/tftpd.8                   man-netutil-man         .man
-./usr/share/man/man8/timed.8                   man-timed-man           .man
-./usr/share/man/man8/timedc.8                  man-timed-man           .man
+./usr/share/man/man8/timed.8                   man-timed-man           timed,.man
+./usr/share/man/man8/timedc.8                  man-timed-man           timed,.man
 ./usr/share/man/man8/tlsmgr.8                  man-postfix-man         postfix,.man
 ./usr/share/man/man8/tlsproxy.8                        man-postfix-man         postfix,.man
 ./usr/share/man/man8/tpctl.8                   man-sysutil-man         .man
diff -r 58723ba1d995 -r 1c289df71d90 distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi        Sun May 29 15:16:11 2022 +0000
+++ b/distrib/sets/lists/misc/mi        Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.221 2022/05/28 11:17:36 nia Exp $
+# $NetBSD: mi,v 1.222 2022/05/29 15:23:20 nia Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -749,33 +749,33 @@
 ./usr/share/doc/reference/ref3/sysman/sysman7.png              misc-psd-doc            doc,html,groffhtmldoc
 ./usr/share/doc/reference/ref3/sysman/sysman8.png              misc-psd-doc            doc,html,groffhtmldoc
 ./usr/share/doc/reference/ref3/sysman/sysman9.png              misc-psd-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed.html                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed.ps.gz               misc-smm-doc            doc,groff
-./usr/share/doc/reference/ref5/timed/timed.txt                 misc-smm-doc            doc,groff
-./usr/share/doc/reference/ref5/timed/timed1.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed10.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed11.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed12.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed13.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed14.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed15.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed16.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed17.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed18.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed19.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed2.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed20.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed21.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed22.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed23.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed24.png               misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed3.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed4.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed5.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed6.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed7.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed8.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref5/timed/timed9.png                        misc-smm-doc            doc,html,groffhtmldoc
+./usr/share/doc/reference/ref5/timed/timed.html                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed.ps.gz               misc-smm-doc            doc,groff,timed
+./usr/share/doc/reference/ref5/timed/timed.txt                 misc-smm-doc            doc,groff,timed
+./usr/share/doc/reference/ref5/timed/timed1.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed10.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed11.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed12.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed13.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed14.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed15.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed16.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed17.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed18.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed19.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed2.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed20.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed21.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed22.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed23.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed24.png               misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed3.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed4.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed5.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed6.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed7.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed8.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref5/timed/timed9.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
 ./usr/share/doc/reference/ref7/quotas/quotas.html              misc-smm-doc            doc,html,groffhtmldoc
 ./usr/share/doc/reference/ref7/quotas/quotas.ps.gz             misc-smm-doc            doc,groff
 ./usr/share/doc/reference/ref7/quotas/quotas.txt               misc-smm-doc            doc,groff
@@ -1017,11 +1017,11 @@
 ./usr/share/doc/reference/ref8/postfix/verify.8.html           misc-postfix-htmldoc    postfix,doc
 ./usr/share/doc/reference/ref8/postfix/virtual.5.html          misc-postfix-htmldoc    postfix,doc
 ./usr/share/doc/reference/ref8/postfix/virtual.8.html          misc-postfix-htmldoc    postfix,doc
-./usr/share/doc/reference/ref8/timed/timed.html                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref8/timed/timed.ps.gz               misc-smm-doc            doc,groff
-./usr/share/doc/reference/ref8/timed/timed.txt                 misc-smm-doc            doc,groff
-./usr/share/doc/reference/ref8/timed/timed1.png                        misc-smm-doc            doc,html,groffhtmldoc
-./usr/share/doc/reference/ref8/timed/timed2.png                        misc-smm-doc            doc,html,groffhtmldoc
+./usr/share/doc/reference/ref8/timed/timed.html                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref8/timed/timed.ps.gz               misc-smm-doc            doc,groff,timed
+./usr/share/doc/reference/ref8/timed/timed.txt                 misc-smm-doc            doc,groff,timed
+./usr/share/doc/reference/ref8/timed/timed1.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
+./usr/share/doc/reference/ref8/timed/timed2.png                        misc-smm-doc            doc,html,groffhtmldoc,timed
 ./usr/share/doc/reference/ref9/net/net.html                    misc-smm-doc            doc,html,groffhtmldoc
 ./usr/share/doc/reference/ref9/net/net.ps.gz                   misc-smm-doc            doc,groff
 ./usr/share/doc/reference/ref9/net/net.txt                     misc-smm-doc            doc,groff
diff -r 58723ba1d995 -r 1c289df71d90 share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5  Sun May 29 15:16:11 2022 +0000
+++ b/share/man/man5/mk.conf.5  Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mk.conf.5,v 1.94 2022/05/29 08:15:47 nia Exp $
+.\"    $NetBSD: mk.conf.5,v 1.95 2022/05/29 15:23:20 nia Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -660,6 +660,13 @@
 (libraries and support programs) is built and installed.
 .DFLTy
 .
+.It Sy MKMOUSED
+.YorN
+Indicates whether
+.Xr moused 8 ,
+the serial mouse support daemon is built and installed.
+.DFLTy
+.
 .It Sy MKMROUITNG
 .YorN
 Indicates whether multicast routing applications will be built and
@@ -943,6 +950,15 @@
 is to be built and installed.
 .DFLTy
 .
+.It Sy MKTIMED
+.YorN
+Indicates whether
+.Xr timed 8 ,
+the Time Synchronization Protocol daemon, not to be confused with
+.Xr ntpd 8 ,
+is to be built and installed.
+.DFLTy
+.
 .It Sy MKUNPRIVED
 .YorN
 Indicates whether an unprivileged install will occur.
diff -r 58723ba1d995 -r 1c289df71d90 share/mk/bsd.README
--- a/share/mk/bsd.README       Sun May 29 15:16:11 2022 +0000
+++ b/share/mk/bsd.README       Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.437 2022/05/29 08:10:00 nia Exp $
+#      $NetBSD: bsd.README,v 1.438 2022/05/29 15:23:20 nia Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -384,6 +384,10 @@
                (libraries and support programs).
                Default: yes
 
+MKMOUSED       If "no", don't build moused(8) (serial mouse support
+               daemon, not to be confused with wsmoused(8)).
+               Default: yes
+
 MKMROUTING     If "no", don't build or install the multicast routing
                applications - map-mbone(8), mrinfo(8), mrouted(8), or
                mtrace(8).
@@ -534,6 +538,10 @@
                loading shared libraries.
                Default: yes
 
+MKTIMED                If "no", don't build timed(8) (original Time Synchronization
+               Protocol server, not to be confused with ntpd(8)).
+               Default: yes
+
 MKTOUCH                If "no", don't build talk(1) or ntalkd(8).
                Default: yes
 
diff -r 58723ba1d995 -r 1c289df71d90 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun May 29 15:16:11 2022 +0000
+++ b/share/mk/bsd.own.mk       Sun May 29 15:23:20 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1283 2022/05/29 08:10:00 nia Exp $
+#      $NetBSD: bsd.own.mk,v 1.1284 2022/05/29 15:23:20 nia Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1162,6 +1162,7 @@
        MKLFS \
        MKLDAP MKLIBSTDCXX MKLINKLIB MKLVM \
        MKMAN MKMANDOC \
+       MKMOUSED \
        MKMROUTING \
        MKMDNS \



Home | Main Index | Thread Index | Old Index