Home | History | Annotate | Line # | Download | only in rpcinfo
Makefile revision 1.10
      1  1.10  christos #	$NetBSD: Makefile,v 1.10 2007/05/26 23:00:22 christos Exp $
      2   1.2   mycroft #	from: @(#)Makefile	5.2 (Berkeley) 5/11/90
      3   1.1     glass 
      4   1.7     lukem .include <bsd.own.mk>
      5   1.7     lukem 
      6   1.1     glass PROG=	rpcinfo
      7   1.4       cgd MAN=	rpcinfo.8
      8   1.9  christos SRCS=	rpcinfo.c
      9   1.6      fvdl 
     10  1.10  christos CPPFLAGS+=	-DPORTMAP
     11   1.8     lukem 
     12   1.8     lukem .if (${USE_INET6} != "no")
     13   1.8     lukem CPPFLAGS+=	-DINET6
     14   1.8     lukem .endif
     15   1.6      fvdl 
     16   1.6      fvdl .PATH:	${LIBCRPCDIR}
     17   1.1     glass 
     18   1.1     glass .include <bsd.prog.mk>
     19