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

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

Diff for /src/libexec/fingerd/Makefile between version 1.8 and 1.9

version 1.8, 1999/07/02 06:00:06 version 1.9, 2005/01/10 02:58:58
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93  #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
   
   .include <bsd.own.mk>
   
 PROG=   fingerd  PROG=   fingerd
 MAN=    fingerd.8  MAN=    fingerd.8
   
   .if (${USE_INET6} != "no")
 CPPFLAGS+=-DINET6  CPPFLAGS+=-DINET6
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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

CVSweb <webmaster@jp.NetBSD.org>