mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:11:12 +01:00
ea8727d50d
MFC after: 3 weeks
10 lines
106 B
Makefile
10 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.sprayd
|
|
SRCS = sprayd.c
|
|
MAN = rpc.sprayd.8
|
|
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|