diff options
| author | apb <apb@NetBSD.org> | 2014-08-08 19:34:35 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2014-08-08 19:34:35 +0000 |
| commit | 04e098c19a90a44b34bf3ba88d8b9b33010eb672 (patch) | |
| tree | 50eb85741591b16c20ad0b0abd15817a5815fc53 | |
| parent | 5730899c4b649b67934ee90cd584865ad8a61dda (diff) | |
Add ekermit to the build.
It will replace gkermit, as proposed in tech-userlevel on 7 Aug 2014.
| -rw-r--r-- | distrib/sets/lists/base/mi | 3 | ||||
| -rw-r--r-- | external/bsd/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/distrib/sets/lists/base/mi b/distrib/sets/lists/base/mi index 44b6f517ad1..b589fd5c68a 100644 --- a/distrib/sets/lists/base/mi +++ b/distrib/sets/lists/base/mi @@ -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 --git a/external/bsd/Makefile b/external/bsd/Makefile index 1a9ab49bb29..2d4a0346550 100644 --- a/external/bsd/Makefile +++ b/external/bsd/Makefile @@ -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 |
