Source-Changes-HG archive

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

[src/trunk]: src Add ekermit to the build.



details:   https://anonhg.NetBSD.org/src/rev/2aa0e9f56168
branches:  trunk
changeset: 331330:2aa0e9f56168
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Aug 08 19:34:35 2014 +0000

description:
Add ekermit to the build.
It will replace gkermit, as proposed in tech-userlevel on 7 Aug 2014.

diffstat:

 distrib/sets/lists/base/mi |  3 ++-
 external/bsd/Makefile      |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 66f335787e39 -r 2aa0e9f56168 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Fri Aug 08 19:30:35 2014 +0000
+++ b/distrib/sets/lists/base/mi        Fri Aug 08 19:34:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1083 2014/08/06 19:24:00 apb Exp $
+# $NetBSD: mi,v 1.1084 2014/08/08 19:34:35 apb Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -474,6 +474,7 @@
 ./usr/bin/du                                   base-util-bin
 ./usr/bin/egrep                                        base-util-bin
 ./usr/bin/eject                                        base-util-bin
+./usr/bin/ekermit                              base-util-bin
 ./usr/bin/env                                  base-util-bin
 ./usr/bin/error                                        base-util-bin
 ./usr/bin/ex                                   base-util-bin
diff -r 66f335787e39 -r 2aa0e9f56168 external/bsd/Makefile
--- a/external/bsd/Makefile     Fri Aug 08 19:30:35 2014 +0000
+++ b/external/bsd/Makefile     Fri Aug 08 19:34:35 2014 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.46 2013/12/25 22:04:20 christos Exp $
+#      $NetBSD: Makefile,v 1.47 2014/08/08 19:34:35 apb Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=        acpica am-utils bind byacc cron dhcpcd elftosb fetch file flex less \
+SUBDIR=        acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
+       fetch file flex less \
        libarchive libevent liblzf libpcap mdocml ntp openresolv tcpdump \
        tmux top tre wpa
 



Home | Main Index | Thread Index | Old Index