ee5a34ecba
Reduce overlinking
12 lines
117 B
Makefile
12 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.sprayd
|
|
SRCS = sprayd.c
|
|
MAN = rpc.sprayd.8
|
|
|
|
LIBADD= rpcsvc
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|