diff options
Diffstat (limited to 'WWW/Library/osf/Makefile')
-rw-r--r-- | WWW/Library/osf/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/WWW/Library/osf/Makefile b/WWW/Library/osf/Makefile deleted file mode 100644 index a81457a6..00000000 --- a/WWW/Library/osf/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Platform-specific Makefile for W3 Library (decstation) -# ----------------------------------------- -# - -WWW = ../.. - -# Where should temporary (object) files go? -WTMP = ../.. - - -#CFLAGS = -CFLAGS = -DSYS5 -CC = cc -O -#LFLAGS = -LFLAGS = - -ASIS_MACH = alpha/osf1 -WWW_MACH = osf - -# Directory for installed binary: -LIBDIR = /usr/local/lib - -include $(WWW)/Library/Implementation/CommonMakefile |