2003-01-05 22:24:06 +03:00
|
|
|
# $NetBSD: Makefile,v 1.37 2003/01/05 19:24:06 sommerfeld Exp $
|
2002-08-19 18:55:14 +04:00
|
|
|
|
|
|
|
NOMAN= # defined
|
|
|
|
NOPIC= # defined
|
1993-06-03 21:07:56 +04:00
|
|
|
|
1994-06-14 06:45:56 +04:00
|
|
|
RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
|
1994-01-21 02:04:13 +03:00
|
|
|
nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
|
|
|
|
sm_inter.x spray.x yp.x yppasswd.x
|
2003-01-05 22:24:06 +03:00
|
|
|
RPC_INCS= ${RPCSRCS:.x=.h}
|
|
|
|
RPC_XDRFILES= ${RPCSRCS:.x=_xdr.c}
|
|
|
|
|
|
|
|
HDRS= ${RPC_INCS}
|
|
|
|
SRCS= ${RPC_XDRFILES} ${HDRS}
|
1994-01-21 02:04:13 +03:00
|
|
|
|
1997-05-09 18:22:41 +04:00
|
|
|
INCS= ${HDRS} ${RPCSRCS}
|
|
|
|
INCSDIR= /usr/include/rpcsvc
|
1997-03-25 01:11:48 +03:00
|
|
|
|
1994-01-21 02:04:13 +03:00
|
|
|
LIB= rpcsvc
|
|
|
|
|
2003-01-05 22:24:06 +03:00
|
|
|
.include <bsd.rpc.mk>
|
2001-10-31 23:56:09 +03:00
|
|
|
.include <bsd.lib.mk>
|