0c0b205ceb
Original rstatd by John Brezak Submitted by: Geoff.
11 lines
217 B
Makefile
11 lines
217 B
Makefile
# $Id: Makefile,v 1.2 1993/11/10 03:45:40 smace Exp $
|
|
|
|
PROG = rpc.rstatd
|
|
SRCS = rstatd.c rstat_proc.c
|
|
MAN8 = rpc.rstatd.8
|
|
|
|
DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM}
|
|
LDADD= -lrpcsvc -lutil -lkvm
|
|
|
|
.include <bsd.prog.mk>
|