home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.orig Mon Jan 9 19:16:56 1995
- +++ Makefile Mon Jan 9 19:24:18 1995
- @@ -2,12 +2,12 @@
-
- # comment this out, if you don't have shadow passwords on your system
- # This will affect the compilation of the subdirs: ftpd
- -HAVE_SHADOW_PASSWORDS=true
- +# HAVE_SHADOW_PASSWORDS=true
-
- # Do you want to have GNU readline and history support in 'ftp'. Use
- # cursor keys to get your last commands.
- # I use the GNU readline support from bash-1.14 for this.
- -USE_GNU_READLINE=true
- +# USE_GNU_READLINE=true
-
- # You could also use "YACC=yacc", if you have the BSD yacc.
- YACC=bison -y
- @@ -27,7 +27,7 @@
- # Flags for ld. You don't have to add "-s", since all binaries are
- # stripped on installation ("install -s ...").
- # LDFLAGS=-v
- -LDFLAGS=
- +LDFLAGS=-s
-
- ################### END OF CONFIGURATION PART ###############################
-
- --- ping/Makefile.orig Wed Jan 11 21:17:29 1995
- +++ ping/Makefile Wed Jan 11 21:17:43 1995
- @@ -1,5 +1,3 @@
- -LDFLAGS += -N
- -
- ping: ping.o
-
- install: ping
- --- routed/Makefile.orig Wed Jan 11 21:18:12 1995
- +++ routed/Makefile Wed Jan 11 21:18:17 1995
- @@ -1,5 +1,4 @@
- CFLAGS += -I .
- -LDFLAGS += -N
-
- OBJECTS = af.o if.o inet.o input.o main.o output.o startup.o tables.o \
- timer.o trace.o
-