summaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/Makefile
blob: 7a26af2c19a8c6aeffe120295b844368e706550d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2001/11/18 23:39:18 deraadt Exp $

PROG =	rpc.rusersd
SRCS =	rusersd.c rusers_proc.c
MAN =	rpc.rusersd.8
MLINKS=	rpc.rusersd.8 rusersd.8

DPADD=	${LIBRPCSVC}
LDADD=	-lrpcsvc

.include <bsd.prog.mk>