summaryrefslogtreecommitdiff
path: root/usr.bin/rusers/Makefile
blob: 089b3c48e47e84fcb36c98c31b296301e720bb03 (plain)
1
2
3
4
5
6
7
8
#	$Id: Makefile,v 1.1 1995/10/18 08:46:04 deraadt Exp $

PROG = rusers

DPADD=	${LIBRPCSVC}
LDADD=	-lrpcsvc

.include <bsd.prog.mk>