[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.7 and 1.8

version 1.7, 1997/01/09 20:19:32 version 1.8, 1997/01/19 14:19:02
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 ftp.c main.c ruserpass.c domacro.c  SRCS=   cmds.c cmdtab.c domacro.c fetch.c ftp.c main.c ruserpass.c util.c
 CFLAGS+= -Dunix  
   .if defined(SMALLFTP)
   CFLAGS+=-DSMALLFTP
   .else
   SRCS+=  complete.c
   LDADD+= -ledit -ltermcap
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>