Bring in a transport-independent RPC (TI-RPC).
[dragonfly.git] / usr.bin / rusers / Makefile
1 # $FreeBSD: src/usr.bin/rusers/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2 # $DragonFly: src/usr.bin/rusers/Makefile,v 1.3 2007/08/27 16:50:58 pavalos Exp $
3
4 PROG = rusers
5
6 DPADD=  ${LIBRPCSVC}
7 LDADD=  -lrpcsvc
8
9 .include <bsd.prog.mk>