1998-02-09 09:25:15 +03:00
|
|
|
# $NetBSD: Makefile,v 1.14 1998/02/09 06:25:20 mrg Exp $
|
1993-06-03 23:26:09 +04:00
|
|
|
|
|
|
|
PROG = rpc.rstatd
|
1997-02-22 04:41:34 +03:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/vmstat
|
|
|
|
|
1997-10-22 09:55:52 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
|
1997-02-22 04:41:34 +03:00
|
|
|
SRCS = dkstats.c rstatd.c rstat_proc.c
|
1994-12-22 12:57:51 +03:00
|
|
|
MAN = rpc.rstatd.8
|
1995-04-12 04:47:27 +04:00
|
|
|
MLINKS= rpc.rstatd.8 rstatd.8
|
1993-06-03 23:26:09 +04:00
|
|
|
|
1994-01-28 03:30:52 +03:00
|
|
|
DPADD= ${LIBRPCSVC} ${LIBKVM}
|
1994-01-28 08:13:28 +03:00
|
|
|
LDADD= -lrpcsvc -lkvm
|
1993-06-03 23:26:09 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
1998-02-09 09:25:15 +03:00
|
|
|
|
|
|
|
# XXX
|
|
|
|
.if defined(UVM)
|
|
|
|
CPPFLAGS+= -DUVM
|
|
|
|
.endif
|