mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
217 B
Makefile
10 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>
|