aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/Makefile
blob: c4e7f580dfcdee78f3d1fec4005262c28ca10f5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD: src/libexec/rpc.rusersd/Makefile,v 1.8.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $

PROG =	rpc.rusersd
SRCS =	rusersd.c rusers_proc.c
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>