head	1.3;
access;
symbols
	r19960115:1.1.1.1
	A_GORDON:1.1.1;
locks; strict;
comment	@# @;


1.3
date	96.04.02.01.42.03;	author peter;	state dead;
branches;
next	1.2;

1.2
date	96.04.01.05.36.03;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	96.02.17.15.14.59;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.02.17.15.14.59;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Move rpc.statd and rpc.lockd to usr.sbin via repository copy as per
discussionn when they were initially added some time ago.
These programs are not needed before nfs is up and running to possibly
mount /usr so they dont need to be static and on the root fs.
@
text
@#	$Id: Makefile,v 1.2 1996/04/01 05:36:03 peter Exp peter $

PROG =	rpc.statd
SRCS =	file.c sm_inter_svc.c statd.c procs.c
MAN8 =	rpc.statd.8

DPADD=	${LIBRPCSVC}
LDADD=	-lrpcsvc

CFLAGS+= -I.

CLEANFILES= sm_inter_svc.c sm_inter.h

RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/sm_inter.x
RPCGEN= rpcgen -L -C

sm_inter_svc.c: ${RPCSRC} sm_inter.h
	${RPCGEN} -m -o ${.TARGET} ${RPCSRC}

sm_inter.h: ${RPCSRC}
	${RPCGEN} -h -o ${.TARGET} ${RPCSRC}

test: test.c
	cc -o test test.c -lrpcsvc

.include <bsd.prog.mk>
@


1.2
log
@Some minor tweaks for statd
- use rpcgen to generate unmodified code instead of havinf it in the
  repository
- use "natural" function names to avoid conflicts with prototypes etc.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1996/02/17 15:11:28 peter Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id$
d4 1
a4 1
SRCS =	statd.c procs.c file.c
d10 12
a21 1
.include <bsd.prog.mk>
d25 2
@


1.1.1.1
log
@Import Jan 15 version of Andrew Gordon <andrew.gordon@@net-tel.co.uk>'s
rpc.statd.

This is apparently fully functional and complete.
@
text
@@
