mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
directly via libkvm. PR: kern/122875, bin/123014 Tested by: Danny Braniss danny cs.huji.ac.il MFC after: 1 week
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.rstatd
|
|
SRCS = rstatd.c rstat_proc.c
|
|
MAN = rpc.rstatd.8
|
|
|
|
DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBDEVSTAT}
|
|
LDADD= -lrpcsvc -lutil -ldevstat
|
|
|
|
.include <bsd.prog.mk>
|