--- Makefile.orig Thu Jan 13 00:31:21 2000 +++ Makefile Thu Feb 17 18:55:42 2000 @@ -33,6 +33,7 @@ linux-ppc \ solaris-cc \ solaris-gcc \ + freebsd \ $(NULL) config-sys: @@ -45,6 +46,7 @@ @echo " make solaris-cc" @echo " make solaris-gcc" @echo " make win32" + @echo " make freebsd" @echo "Append -debug for a debug build (e.g. make linux-debug)." @echo "Append -noopt for a non-optimized build (e.g. make linux-noopt)." @exit 1