Comment out the XIDLE extension stuff, it breaks make world on systems

with Xinside's CDE installed
This commit is contained in:
Torsten Blum 1996-11-04 20:58:58 +00:00
parent 78769fbc6a
commit ff4167733f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19404

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1993/11/10 03:46:04 smace Exp $
# $Id: Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $
PROG = rpc.rusersd
SRCS = rusersd.c rusers_proc.c
@ -7,10 +7,10 @@ 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
#.if exists(/usr/include/X11/extensions/xidle.h)
#CFLAGS+= -DXIDLE
#LDADD+= -L/usr/X386/lib -lXext -lX11
#.endif
.include <bsd.prog.mk>