summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd/Makefile
blob: 2edaa9b6e40449279514fa1285973536e367eddd (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.1 1995/10/18 08:43:21 deraadt Exp $

PROG =	rpc.rstatd
SRCS =	rstatd.c rstat_proc.c
MAN =	rpc.rstatd.8
MLINKS=	rpc.rstatd.8 rstatd.8

DPADD=	${LIBRPCSVC} ${LIBKVM}
LDADD=	-lrpcsvc -lkvm

.include <bsd.prog.mk>