aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/Makefile
blob: ad62f72b654401f5e941a1b65dfa66820c414747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.1.1.1.6.1 1997/01/31 09:21:58 dima Exp $

PROG =	rpc.rusersd
SRCS =	rusersd.c rusers_proc.c
MAN8 =	rpc.rusersd.8

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

.if exists(/usr/include/X11/extensions/xidle.h)
CFLAGS+= -DXIDLE
LDADD+= -L${X11BASE}/lib -lXext -lX11
.endif


.include <bsd.prog.mk>