Home | History | Annotate | Line # | Download | only in rpcinfo
Makefile revision 1.12
      1  1.12       tls #	$NetBSD: Makefile,v 1.12 2007/05/28 18:12:06 tls 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.12       tls USE_FORT?= yes	# network client
      7  1.11       tls 
      8   1.1     glass PROG=	rpcinfo
      9   1.4       cgd MAN=	rpcinfo.8
     10   1.9  christos SRCS=	rpcinfo.c
     11   1.6      fvdl 
     12  1.10  christos CPPFLAGS+=	-DPORTMAP
     13   1.8     lukem 
     14   1.8     lukem .if (${USE_INET6} != "no")
     15   1.8     lukem CPPFLAGS+=	-DINET6
     16   1.8     lukem .endif
     17   1.6      fvdl 
     18   1.6      fvdl .PATH:	${LIBCRPCDIR}
     19   1.1     glass 
     20   1.1     glass .include <bsd.prog.mk>
     21