mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
117 B
Makefile
11 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.sprayd
|
|
SRCS = sprayd.c
|
|
MAN = rpc.sprayd.8
|
|
|
|
LIBADD= rpcsvc
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|