Home | History | Annotate | Line # | Download | only in fingerd
      1 #	$NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3 
      4 .include <bsd.own.mk>
      5 
      6 PROG=	fingerd
      7 MAN=	fingerd.8
      8 
      9 .if (${USE_INET6} != "no")
     10 CPPFLAGS+=-DINET6
     11 .endif
     12 
     13 .include <bsd.prog.mk>
     14