NetBSD/lib/librpcsvc/Makefile

32 lines
590 B
Makefile
Raw Normal View History

2019-04-24 13:26:43 +03:00
# $NetBSD: Makefile,v 1.41 2019/04/24 10:26:43 roy Exp $
2012-03-21 14:08:30 +04:00
WARNS= 4
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network protocol library
NOMAN= # defined
1994-06-14 06:45:56 +04:00
RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
2019-04-24 13:26:43 +03:00
sm_inter.x spray.x
.include <bsd.own.mk>
.if (${MKYP} != "no")
RPCSRCS+= yp.x yppasswd.x
.endif
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}
1997-05-09 18:22:41 +04:00
INCS= ${HDRS} ${RPCSRCS}
INCSDIR= /usr/include/rpcsvc
LIB= rpcsvc
2003-01-05 22:24:06 +03:00
.include <bsd.rpc.mk>
.include <bsd.lib.mk>