diff options
Diffstat (limited to 'WWW/Library/Implementation/BSDI_Makefile')
-rw-r--r-- | WWW/Library/Implementation/BSDI_Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/BSDI_Makefile b/WWW/Library/Implementation/BSDI_Makefile index 65653ca3..31f5dfef 100644 --- a/WWW/Library/Implementation/BSDI_Makefile +++ b/WWW/Library/Implementation/BSDI_Makefile @@ -1,11 +1,11 @@ -# Make WWW under svr4 +# Make WWW under unix # # For W3 distribution, machine type for subdirectories -WWW_MACH = svr4 +WWW_MACH = unix # The ASIS repository's name for the machine we are on -ASIS_MACH = generic/svr4 +ASIS_MACH = generic/unix CFLAGS = -O -DDEBUG -DUSE_DIRENT -DSVR4 -DNO_FILIO_H |