Do not run mandoc for lintmanpages if MANPAGES is empty.
[netbsd-mini2440.git] / lib / librpcsvc / Makefile
blobb2bf95a6271fe7bf82b0d20f1a4cfda28573f7e6
1 # $NetBSD: Makefile,v 1.38 2005/01/08 10:02:36 lukem Exp $
3 USE_FORT?= yes # network protocol library
5 NOMAN= # defined
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}
13 HDRS= ${RPC_INCS}
14 SRCS= ${RPC_XDRFILES} ${HDRS}
16 INCS= ${HDRS} ${RPCSRCS}
17 INCSDIR= /usr/include/rpcsvc
19 LIB= rpcsvc
21 .include <bsd.rpc.mk>
22 .include <bsd.lib.mk>