summaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/Makefile
blob: 99f66da930c8f2754dd2f4e8855ac2db1449bb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.17 2000/01/23 09:58:13 veego Exp $

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

DPADD+=	${LIBRPCSVC}
LDADD+=	-lrpcsvc

.if exists(/usr/X11R6)
XINCDIR=	/usr/X11R6/include
XLIBDIR=	/usr/X11R6/lib
.endif

#.if defined(XINCDIR) && exists($(XINCDIR)/X11/extensions/xidle.h)
#CPPFLAGS+=	-I$(XINCDIR) -DXIDLE
#LDADD+=		-L$(XLIBDIR) -lXext -lX11
#.endif

.include <bsd.prog.mk>