mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
88 B
Makefile
9 lines
88 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = rusers
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|