mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
ee5a34ecba
Reduce overlinking
10 lines
115 B
Makefile
10 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.rquotad
|
|
SRCS = rquotad.c
|
|
MAN = rpc.rquotad.8
|
|
|
|
LIBADD= rpcsvc util
|
|
|
|
.include <bsd.prog.mk>
|