[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / identd

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

Diff for /src/libexec/identd/Makefile between version 1.12 and 1.12.12.1

version 1.12, 2009/03/16 02:24:56 version 1.12.12.1, 2012/11/20 03:00:46
Line 9  MAN= identd.8
Line 9  MAN= identd.8
 # Build with IP Filter support?  # Build with IP Filter support?
 .if (${MKIPFILTER} != "no")  .if (${MKIPFILTER} != "no")
 SRCS+=  ipf.c  SRCS+=  ipf.c
 CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dist/ipf -DWITH_IPF  CPPFLAGS+=-DWITH_IPF
 .endif  .endif
   
 # Build with pf support?  # Build with pf support?

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

CVSweb <webmaster@jp.NetBSD.org>