aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/Makefile
blob: a593bc0075c80476f9d342d4a133067f3e28c7da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr 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/usr/X386/lib -lXext -lX11
.endif


.include <bsd.prog.mk>