# $Id: Makefile,v 1.3 1999/11/30 07:39:26 art Exp $ PROG = rpc.rstatd .PATH: ${.CURDIR}/../../usr.bin/vmstat CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat SRCS = dkstats.c rstatd.c rstat_proc.c MAN = rpc.rstatd.8 MLINKS= rpc.rstatd.8 rstatd.8 DPADD= ${LIBRPCSVC} ${LIBKVM} LDADD= -lrpcsvc -lkvm .include .if (${UVM} == "yes") CFLAGS+=-DUVM .endif