summaryrefslogtreecommitdiff
path: root/ftp/ncftp2/files/patch-aa
blob: 9a7ae8703b13e36060dd50689f47ea2e883d6988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*** Makefile.in.orig	Mon Nov 21 11:18:45 1994
--- Makefile.in	Sat Nov 26 15:17:52 1994
***************
*** 27,39 ****
  SHELL=/bin/sh
  .SUFFIXES: .c .o
  
- CC=@CC@
  #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
- CFLAGS=@CFLAGS@
  VPATH=@srcdir@
  CPPFLAGS=@CPPFLAGS@ -I.
  
! LIBS=@LIBS@
  LDFLAGS=@LDFLAGS@
  
  # Any -D definitions:
--- 27,37 ----
  SHELL=/bin/sh
  .SUFFIXES: .c .o
  
  #CFLAGS=-g -Wall -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes
  VPATH=@srcdir@
  CPPFLAGS=@CPPFLAGS@ -I.
  
! LIBS= -lresolv -lreadline -lncurses -lmytinfo
  LDFLAGS=@LDFLAGS@
  
  # Any -D definitions:
***************
*** 176,180 ****
--- 174,181 ----
  Win.o: $(GLOBAL_H) Curses.h Main.h Recent.h RCmd.h LGets.h GetPass.h
  
  Xfer.o: $(GLOBAL_H) Main.h Xfer.h RCmd.h FTP.h Progress.h Poll.h
+ 
+ install:
+ 	install -c -s -o bin -g bin $(PROG) /usr/local/bin/ncftp2
  
  # eof