[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.9 and 1.10

version 1.9, 1997/03/13 22:38:39 version 1.10, 1997/03/14 01:39:31
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       from: @(#)Makefile      8.2 (Berkeley) 4/3/94  #       from: @(#)Makefile      8.2 (Berkeley) 4/3/94
   
 # define SMALLFTP if editing is to be disabled  
 #SMALLFTP=yes  
   
 PROG=   ftp  PROG=   ftp
 SRCS=   cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \  SRCS=   cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
         util.c          util.c
   
 .if defined(SMALLFTP)  
 CFLAGS+=-DSMALLFTP  
 .else  
 LDADD+= -ledit -ltermcap  LDADD+= -ledit -ltermcap
 .endif  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>