diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
commit | e4409c408eedf320b8845cafdd62b664bec1afd8 (patch) | |
tree | ccce96259ffd0a5edf9dc05e49262aaf5854fd99 /WWW/Library/Implementation/BSDI_Makefile | |
parent | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (diff) | |
download | lynx-snapshots-e4409c408eedf320b8845cafdd62b664bec1afd8.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-6
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 |