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