Subject: bin/3051: ksh is not enabled in /src/bin/Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: Thorsten Frueauf <frueauf@cyberlap.ira.uka.de>
List: netbsd-bugs
Date: 12/21/1996 01:56:58
>Number: 3051
>Category: bin
>Synopsis: ksh is not enabled in /src/bin/Makefile
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Dec 20 17:05:01 1996
>Last-Modified:
>Originator: Thorsten Frueauf
>Organization:
private
>Release: <NetBSD-current source date> 19.12.1996
>Environment:
System: NetBSD cyberlap 1.2B NetBSD 1.2B (CYBERLAP) #1: Fri Dec 20 11:49:04 CET 1996 frueauf@cyberlap:/usr/src/sys/arch/i386/compile/CYBERLAP i386
>Description:
/src/bin/Makefile does not build ksh at the moment, but ksh builds without
problems and works, so why not enabling it?
>How-To-Repeat:
cd /src/bin && make -> no ksh gets build
>Fix:
apply the following patch:
*** Makefile-orig Thu Apr 25 18:00:58 1996
--- Makefile Thu Dec 19 15:50:19 1996
***************
*** 2,8 ****
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
! kill ln ls mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep stty \
sync test
.include <bsd.subdir.mk>
--- 2,8 ----
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \
! kill ksh ln ls mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep stty \
sync test
.include <bsd.subdir.mk>
>Audit-Trail:
>Unformatted:
ksh is not enabled in /src/bin/Makefile