diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-04 20:58:58 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-04 20:58:58 +0000 |
commit | 3db564dce907070d645a977c0358a77139f6362f (patch) | |
tree | 9c208cc9ac13d99ed6e633fa2dfce2084724ec3a /libexec/rpc.rusersd | |
parent | 70020d9f934eddc8c1d2436ac4df15c93571aa75 (diff) | |
download | FreeBSD-src-3db564dce907070d645a977c0358a77139f6362f.zip FreeBSD-src-3db564dce907070d645a977c0358a77139f6362f.tar.gz |
Comment out the XIDLE extension stuff, it breaks make world on systems
with Xinside's CDE installed
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r-- | libexec/rpc.rusersd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index 1c68939..5e4cb9a 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -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> |