[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.35 and 1.35.8.1

version 1.35, 2011/08/14 12:58:15 version 1.35.8.1, 2013/02/25 00:30:34
Line 18  CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -
Line 18  CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -
 .else  .else
 LDADD+= -ledit -lterminfo  LDADD+= -ledit -lterminfo
 DPADD+= ${LIBEDIT} ${LIBTERMINFO}  DPADD+= ${LIBEDIT} ${LIBTERMINFO}
   .if (${MKCRYPTO} != "no")
   CPPFLAGS+= -DWITH_SSL
   SRCS+=ssl.c
   LDADD+= -lssl -lcrypto
   DPADD+= ${LIBSSL} ${LIBCRYPTO}
   .endif
 .endif  .endif
   
 .if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")  .if (!defined(SMALLPROG) || defined(SMALLPROG_INET6)) && (${USE_INET6} != "no")

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.8.1

CVSweb <webmaster@jp.NetBSD.org>