Index: WWW/BUILD diff -u WWW/BUILD:1.1.1.1 WWW/BUILD:1.2 --- WWW/BUILD:1.1.1.1 Sat Nov 26 00:04:15 1994 +++ WWW/BUILD Sun Apr 16 08:21:00 1995 @@ -56,6 +56,7 @@ if ($UNAME == "AIX") setenv WWW_MACH rs6000 if ($UNAME == "OSF1") setenv WWW_MACH osf1 if ($UNAME == "BSD/386") setenv WWW_MACH unix +if ($UNAME == "FreeBSD") setenv WWW_MACH unix if ($UNAME == "Linux") setenv WWW_MACH linux if ($UNAME == "A/UX") setenv WWW_MACH aux if ($UNAME == "SMP_DC.SOx") setenv WWW_MACH pyramid Index: WWW/All/Implementation/Makefile diff -u WWW/All/Implementation/Makefile:1.1.1.1 WWW/All/Implementation/Makefile:1.2 --- WWW/All/Implementation/Makefile:1.1.1.1 Wed Mar 22 03:51:19 1995 +++ WWW/All/Implementation/Makefile Sun Apr 16 08:21:11 1995 @@ -42,7 +42,7 @@ LNXMAKE = $(WWW)/Tools/bin/lnxmake # Default target -- remove things you don't want -all : $(LIBRARY) $(DAEMON) $(LINEMODE) +all : $(LIBRARY) $(LINEMODE) @echo BUILD complete! daemon : $(DAEMON) Index: WWW/All/unix/Makefile.include diff -u WWW/All/unix/Makefile.include:1.1.1.1 WWW/All/unix/Makefile.include:1.2 --- WWW/All/unix/Makefile.include:1.1.1.1 Wed Mar 22 03:52:01 1995 +++ WWW/All/unix/Makefile.include Sun Apr 16 08:29:42 1995 @@ -8,7 +8,7 @@ ASIS_MACH = hardware/os -CFLAGS = -DDEBUG -D__BSD__ +CFLAGS += -DDEBUG -D__BSD__ LFLAGS = CC = cc Index: WWW/Library/Implementation/CommonMakefile diff -u WWW/Library/Implementation/CommonMakefile:1.1.1.1 WWW/Library/Implementation/CommonMakefile:1.2 --- WWW/Library/Implementation/CommonMakefile:1.1.1.1 Wed Mar 22 03:54:23 1995 +++ WWW/Library/Implementation/CommonMakefile Sun Apr 16 08:21:15 1995 @@ -169,7 +169,7 @@ install : libwww.a if [ ! -r $(LIBDIR) ] mkdir $(LIBDIR) cp libwww.a $(LIBDIR)/libwww.a - + uninstall : rm $(LIBDIR)/libwww.a Index: WWW/LineMode/Implementation/CommonMakefile diff -u WWW/LineMode/Implementation/CommonMakefile:1.1.1.1 WWW/LineMode/Implementation/CommonMakefile:1.2 --- WWW/LineMode/Implementation/CommonMakefile:1.1.1.1 Wed Mar 22 04:00:39 1995 +++ WWW/LineMode/Implementation/CommonMakefile Sun Apr 16 08:21:17 1995 @@ -122,7 +122,7 @@ $(WAISLIB) $(MATHLIB) -rm $(BIN)/$(PROD) ln -s $(PROD)_$(VL) $(BIN)/$(PROD) - + $(USELIBDIR)/libwww.a : @echo You must get and make the WWWLibrary product first! (cd $(WWW)/Library/$(WWW_MACH) && make)