summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-19 20:24:03 +0000
committerRoland McGrath <roland@redhat.com>1992-08-19 20:24:03 +0000
commit0fad0bd5c5e245eb6b2dd45cc9033c4078c77ca6 (patch)
tree49f232ed57438d3feb219461eb47ac2c29806d98
parent1fa7491d0210252094b1722bcb826ccaf17d23f6 (diff)
downloadgunmake-0fad0bd5c5e245eb6b2dd45cc9033c4078c77ca6.tar.gz
Formerly compatMakefile.~35~
-rw-r--r--compatMakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/compatMakefile b/compatMakefile
index 092abc9..87bed6f 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -35,20 +35,6 @@ LDFLAGS = -g
# NeXT 1.0a uses an old version of GCC, which required -D__inline=inline.
defines = @DEFS@
-# Define these for your system as follows:
-# -DUMAX Encore UMAX
-# -DUMAX_43 Encore UMAX 4.3 (also define UMAX)
-# -DNO_LDAV Disable load-average checking.
-# To read /dev/kmem (most Unix systems), define these if different from the
-# given defaults:
-# -DKERNEL_FILE_NAME=\"/vmunix\"
-# -DLDAV_SYMBOL=\"_avenrun\"
-# -DLDAV_CVT="(double) load"
-# Define:
-# -DNLIST_NAME_UNION If `struct nlist' has a n_un member.
-# -DNLIST_NAME_ARRAY If `n_name' is an array.
-LOAD_AVG =
-
# If you are using the GNU C library, or have the GNU getopt functions in
# your C library, you can comment these out.
GETOPT = getopt.o getopt1.o