1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/libexec/rpc.rwalld/Makefile
Baptiste Daroussin ee5a34ecba Convert to LIBADD
Reduce overlinking
2014-11-25 21:18:18 +00:00

12 lines
115 B
Makefile

# $FreeBSD$
PROG = rpc.rwalld
SRCS = rwalld.c
MAN = rpc.rwalld.8
LIBADD= util
WARNS?= 2
.include <bsd.prog.mk>