--- Makefile.orig Tue Feb 7 20:03:58 1995 +++ Makefile Thu Oct 3 20:08:24 1996 @@ -18,12 +18,16 @@ SHELL=/bin/sh all: - @ echo ""; echo "You have not read the installation procedures.";\ - echo "Please read the README file for build instructions.";\ - echo + cd targets/freebsd ;\ + make all + +install: + cd targets/freebsd ;\ + make install target: @ scripts/make-target + @ ( ARCH=`scripts/sys-arch` ; cd targets; ln -s $$ARCH freebsd)