head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.12.30.18.49.55;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.08.07.23.21.08;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.2
log
@recording cvs-1.6 file death
@
text
@#	from: @@(#)Makefile    5.10 (Berkeley) 6/24/90
#	$Id: Makefile,v 1.1 1994/08/07 23:21:08 wollman Exp peter $

.PATH: ${DESTDIR}/usr/include/rpcsvc

LIB=    rpcsvc

RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \
	rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x

RPCCOM = rpcgen

INCDIRS= -I/usr/include/rpcsvc
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:
	@@echo generating $@@...
	@@PWD=`pwd` ; cd ${.CURDIR} ; if cmp -s ${.IMPSRC} ${*F}.x > /dev/null; then :; else cp -f ${.IMPSRC} $$PWD/${*F}.x ; fi
	@@${RPCCOM} -c ${*F}.x -o ${.TARGET}

OBJS+= ${RPCSRCS:R:S/$/_xdr.o/g}
@


1.1
log
@Makefile to build librpcsvc.  (All sources automatically generated.)
Taken from 1.1.5; not sure who originally wrote it.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.6 1994/02/07 09:07:48 rgrimes Exp $
@
