Subject: Re: current /bin/sh broken
To: matthew aldous <mda@lame.mame.mu.oz.au>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 05/14/1995 13:26:04
Hi,

> cc -O -DSHELL -I. -I/usr/ftp/usr/src/bin/sh   -c builtins.c
> make: don't know how to make /usr/ftp/usr/src/bin/sh/extern.h. Stop

cd /usr/ftp/usr/src/bin/sh
make cleandir
make depend
make

Bernd