Home | History | Annotate | Line # | Download | only in librpcsvc
Makefile revision 1.40
      1  1.40      matt #	$NetBSD: Makefile,v 1.40 2012/03/21 10:08:30 matt Exp $
      2  1.40      matt 
      3  1.40      matt WARNS=	4
      4  1.39       tls 
      5  1.39       tls USE_FORT?= yes	# network protocol library
      6  1.36     lukem 
      7  1.36     lukem NOMAN=		# defined
      8   1.4    brezak 
      9  1.10       cgd RPCSRCS=	bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
     10   1.8       jtc 		nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
     11   1.8       jtc 		sm_inter.x spray.x yp.x yppasswd.x
     12  1.37  sommerfe RPC_INCS=	${RPCSRCS:.x=.h}
     13  1.37  sommerfe RPC_XDRFILES=	${RPCSRCS:.x=_xdr.c}	
     14  1.37  sommerfe 
     15  1.37  sommerfe HDRS=           ${RPC_INCS}
     16  1.37  sommerfe SRCS=		${RPC_XDRFILES} ${HDRS}
     17   1.8       jtc 
     18  1.21   mycroft INCS=		${HDRS} ${RPCSRCS}
     19  1.21   mycroft INCSDIR=	/usr/include/rpcsvc
     20  1.19  christos 
     21   1.8       jtc LIB=		rpcsvc
     22   1.8       jtc 
     23  1.37  sommerfe .include <bsd.rpc.mk>
     24  1.32        tv .include <bsd.lib.mk>
     25