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