[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/Makefile between version 1.12 and 1.13

version 1.12, 1997/07/20 09:45:35 version 1.13, 1997/08/18 10:20:13
Line 6  SRCS= cmds.c cmdtab.c complete.c domacro
Line 6  SRCS= cmds.c cmdtab.c complete.c domacro
         util.c          util.c
 WARNS=  1  WARNS=  1
   
   # Uncomment the following to provide defaults for gate-ftp operation
   #
   #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
   
 LDADD+= -ledit -ltermcap  LDADD+= -ledit -ltermcap
 DPADD+= ${LIBEDIT} ${LIBTERMCAP}  DPADD+= ${LIBEDIT} ${LIBTERMCAP}
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>