home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.000 / NetKit-B-0.05.diff
Encoding:
Text File  |  1995-01-11  |  1.2 KB  |  43 lines

  1. --- Makefile.orig    Mon Jan  9 19:16:56 1995
  2. +++ Makefile    Mon Jan  9 19:24:18 1995
  3. @@ -2,12 +2,12 @@
  4.  
  5.  # comment this out, if you don't have shadow passwords on your system
  6.  # This will affect the compilation of the subdirs: ftpd
  7. -HAVE_SHADOW_PASSWORDS=true
  8. +# HAVE_SHADOW_PASSWORDS=true
  9.  
  10.  # Do you want to have GNU readline and history support in 'ftp'. Use
  11.  # cursor keys to get your last commands.
  12.  # I use the GNU readline support from bash-1.14 for this.
  13. -USE_GNU_READLINE=true
  14. +# USE_GNU_READLINE=true
  15.  
  16.  # You could also use "YACC=yacc", if you have the BSD yacc.
  17.  YACC=bison -y
  18. @@ -27,7 +27,7 @@
  19.  # Flags for ld. You don't have to add "-s", since all binaries are
  20.  # stripped on installation ("install -s ...").
  21.  # LDFLAGS=-v
  22. -LDFLAGS=
  23. +LDFLAGS=-s
  24.  
  25.  ################### END OF CONFIGURATION PART ###############################
  26.  
  27. --- ping/Makefile.orig    Wed Jan 11 21:17:29 1995
  28. +++ ping/Makefile    Wed Jan 11 21:17:43 1995
  29. @@ -1,5 +1,3 @@
  30. -LDFLAGS += -N
  31. -
  32.  ping:    ping.o
  33.  
  34.  install: ping
  35. --- routed/Makefile.orig    Wed Jan 11 21:18:12 1995
  36. +++ routed/Makefile    Wed Jan 11 21:18:17 1995
  37. @@ -1,5 +1,4 @@
  38.  CFLAGS += -I .
  39. -LDFLAGS    += -N
  40.  
  41.  OBJECTS = af.o if.o inet.o input.o main.o output.o startup.o tables.o \
  42.          timer.o trace.o
  43.