Home | History | Annotate | Line # | Download | only in librpcsvc
Makefile revision 1.40.32.1
      1  1.40.32.1  christos #	$NetBSD: Makefile,v 1.40.32.1 2019/06/10 22:05:27 christos 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.40.32.1  christos 		sm_inter.x spray.x
     12  1.40.32.1  christos 
     13  1.40.32.1  christos .include <bsd.own.mk>
     14  1.40.32.1  christos 
     15  1.40.32.1  christos .if (${MKYP} != "no")
     16  1.40.32.1  christos RPCSRCS+=	yp.x yppasswd.x
     17  1.40.32.1  christos .endif
     18  1.40.32.1  christos 
     19       1.37  sommerfe RPC_INCS=	${RPCSRCS:.x=.h}
     20       1.37  sommerfe RPC_XDRFILES=	${RPCSRCS:.x=_xdr.c}	
     21       1.37  sommerfe 
     22       1.37  sommerfe HDRS=           ${RPC_INCS}
     23       1.37  sommerfe SRCS=		${RPC_XDRFILES} ${HDRS}
     24        1.8       jtc 
     25       1.21   mycroft INCS=		${HDRS} ${RPCSRCS}
     26       1.21   mycroft INCSDIR=	/usr/include/rpcsvc
     27       1.19  christos 
     28        1.8       jtc LIB=		rpcsvc
     29        1.8       jtc 
     30       1.37  sommerfe .include <bsd.rpc.mk>
     31       1.32        tv .include <bsd.lib.mk>
     32