1 # $NetBSD: Makefile,v 1.38 2005/01/08 10:02:36 lukem Exp $
3 USE_FORT?
= yes
# network protocol library
7 RPCSRCS
= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
8 nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
9 sm_inter.x spray.x yp.x yppasswd.x
10 RPC_INCS
= ${RPCSRCS
:.x
=.h
}
11 RPC_XDRFILES
= ${RPCSRCS
:.x
=_xdr.c
}
14 SRCS
= ${RPC_XDRFILES} ${HDRS}
16 INCS
= ${HDRS} ${RPCSRCS}
17 INCSDIR
= /usr
/include/rpcsvc