Unhook gkermit from the build.

It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.
This commit is contained in:
apb 2014-08-08 19:38:47 +00:00
parent 97d8576cce
commit 3b7feb0ead
4 changed files with 5 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1084 2014/08/08 19:34:35 apb Exp $
# $NetBSD: mi,v 1.1085 2014/08/08 19:38:47 apb Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@ -500,7 +500,6 @@
./usr/bin/getent base-util-bin
./usr/bin/getextattr base-util-bin
./usr/bin/getopt base-util-bin
./usr/bin/gkermit base-util-bin
./usr/bin/grep base-util-bin
./usr/bin/groups base-util-bin
./usr/bin/gss base-obsolete obsolete

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.77 2014/08/01 14:08:47 christos Exp $
# $NetBSD: mi,v 1.78 2014/08/08 19:38:47 apb Exp $
./etc/mtree/set.debug comp-sys-root
./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib
@ -521,7 +521,6 @@
./usr/libdata/debug/usr/bin/getextattr.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/getopt.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/gettext.debug comp-c-debug debug
./usr/libdata/debug/usr/bin/gkermit.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/gprof.debug comp-debug-debug binutils,debug
./usr/libdata/debug/usr/bin/grep.debug comp-util-debug debug
./usr/libdata/debug/usr/bin/grn.debug comp-groff-debug groff,debug

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1482 2014/08/02 23:57:40 rmind Exp $
# $NetBSD: mi,v 1.1483 2014/08/08 19:38:47 apb Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -186,7 +186,6 @@
./usr/share/man/cat1/getextattr.0 man-util-catman .cat
./usr/share/man/cat1/getopt.0 man-util-catman .cat
./usr/share/man/cat1/gettext.0 man-locale-catman .cat
./usr/share/man/cat1/gkermit.0 man-util-catman .cat
./usr/share/man/cat1/grep.0 man-util-catman .cat
./usr/share/man/cat1/grfinfo.0 man-obsolete obsolete
./usr/share/man/cat1/groups.0 man-util-catman .cat
@ -3310,7 +3309,6 @@
./usr/share/man/html1/getextattr.html man-util-htmlman html
./usr/share/man/html1/getopt.html man-util-htmlman html
./usr/share/man/html1/gettext.html man-locale-htmlman html
./usr/share/man/html1/gkermit.html man-util-htmlman html
./usr/share/man/html1/grep.html man-util-htmlman html
./usr/share/man/html1/groups.html man-util-htmlman html
./usr/share/man/html1/gunzip.html man-util-htmlman html
@ -6049,7 +6047,6 @@
./usr/share/man/man1/getextattr.1 man-util-man .man
./usr/share/man/man1/getopt.1 man-util-man .man
./usr/share/man/man1/gettext.1 man-locale-man .man
./usr/share/man/man1/gkermit.1 man-util-man .man
./usr/share/man/man1/grep.1 man-util-man .man
./usr/share/man/man1/grfinfo.1 man-obsolete obsolete
./usr/share/man/man1/groups.1 man-util-man .man

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.138 2014/06/13 01:17:45 mrg Exp $
# $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
.include <bsd.own.mk>
SUBDIR+= bc
SUBDIR+= c89 c99
SUBDIR+= dc diffutils gkermit
SUBDIR+= dc diffutils
SUBDIR+= rcs send-pr texinfo
.if ${MKBSDGREP} == "no"