*** Makefile.orig Tue Feb 7 17:03:58 1995 --- Makefile Wed Feb 22 18:04:45 1995 *************** *** 18,29 **** SHELL=/bin/sh all: ! @ echo ""; echo "You have not read the installation procedures.";\ ! echo "Please read the README file for build instructions.";\ ! echo target: @ scripts/make-target --- 18,33 ---- SHELL=/bin/sh all: ! 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)