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>
|