1994-08-09 16:56:28 +00:00
|
|
|
# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
|
1997-05-23 08:24:00 +00:00
|
|
|
# $Id: Makefile,v 1.8 1997/02/22 15:07:51 peter Exp $
|
1994-08-09 16:56:28 +00:00
|
|
|
|
|
|
|
.PATH: ${DESTDIR}/usr/include/rpcsvc
|
|
|
|
|
|
|
|
LIB= rpcsvc
|
|
|
|
|
|
|
|
RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
|
1996-06-05 03:54:43 +00:00
|
|
|
rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x ypxfrd.x
|
1994-08-09 16:56:28 +00:00
|
|
|
|
|
|
|
RPCCOM = rpcgen
|
|
|
|
|
1997-05-23 08:24:00 +00:00
|
|
|
INCDIRS= -I${DESTDIR}/usr/include/rpcsvc
|
1994-08-09 16:56:28 +00:00
|
|
|
CFLAGS+= ${INCDIRS}
|
|
|
|
|
|
|
|
SRCS= ${RPCSRCS:R:S/$/_xdr.c/g}
|
|
|
|
|
|
|
|
CLEANFILES+= ${SRCS} ${RPCSRCS}
|
|
|
|
|
|
|
|
NOMAN= noman
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
|
|
|
.SUFFIXES: .x _xdr.c
|
|
|
|
|
|
|
|
.x_xdr.c:
|
1996-08-30 02:02:09 +00:00
|
|
|
${RPCCOM} -c ${.IMPSRC} -o ${.TARGET}
|
1994-08-09 16:56:28 +00:00
|
|
|
|
1995-03-04 17:39:24 +00:00
|
|
|
OBJS= ${RPCSRCS:R:S/$/_xdr.o/g}
|