summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd/Makefile
blob: df2be379d08650dd42d1cfa7a7cb00e7ea0a6a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PROG =	rpc.rusersd
SRCS =	rusersd.c rusers_proc.c extern.h
MAN =	rpc.rusersd.8

DPADD=	${LIBRPCSVC} ${LIBUTIL}
LDADD=	-lrpcsvc -lutil

#.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
#CFLAGS+= -DXIDLE
#LDADD+= -L/usr/X11R6/lib -lXext -lX11
#.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud