mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
ee5a34ecba
Reduce overlinking
12 lines
115 B
Makefile
12 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rpc.rwalld
|
|
SRCS = rwalld.c
|
|
MAN = rpc.rwalld.8
|
|
|
|
LIBADD= util
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|