[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.18 and 1.19

version 1.18, 1999/04/15 20:48:49 version 1.19, 1999/04/16 23:01:55
Line 12  SRCS= cmds.c cmdtab.c complete.c domacro
Line 12  SRCS= cmds.c cmdtab.c complete.c domacro
 CPPFLAGS+= -DHAVE_TIMEGM        # system has timegm(3), a UTC version of mktime  CPPFLAGS+= -DHAVE_TIMEGM        # system has timegm(3), a UTC version of mktime
 LDADD+= -ledit -ltermcap -lutil  LDADD+= -ledit -ltermcap -lutil
 DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}  DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
 LINKS=/usr/bin/ftp /usr/bin/pftp  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>