]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/rusers/Makefile
Avoid using the C++11 auto keyword, which was introduced in r328555, as
[FreeBSD/stable/9.git] / usr.bin / rusers / Makefile
1 # $FreeBSD$
2
3 PROG = rusers
4
5 DPADD=  ${LIBRPCSVC}
6 LDADD=  -lrpcsvc
7
8 .include <bsd.prog.mk>