]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/rusers/Makefile
Document r283990, mpr(4) updated to version 9.255.01.00-fbsd.
[FreeBSD/releng/10.2.git] / usr.bin / rusers / Makefile
1 # $FreeBSD$
2
3 PROG = rusers
4
5 DPADD=  ${LIBRPCSVC}
6 LDADD=  -lrpcsvc
7
8 .include <bsd.prog.mk>