summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-05 05:13:39 +0000
committerjkh <jkh@FreeBSD.org>1996-11-05 05:13:39 +0000
commit07204dc9b0ffa3832b69aa764ade8597e781dcd7 (patch)
tree9b8bf179d08454b0753288d49441e552d4324e63 /libexec/rpc.rusersd
parentf459fb44431db913ac99b2f44562b3eb5c29ec72 (diff)
downloadFreeBSD-src-07204dc9b0ffa3832b69aa764ade8597e781dcd7.zip
FreeBSD-src-07204dc9b0ffa3832b69aa764ade8597e781dcd7.tar.gz
Correct the ancient paths here in case someone ever uncomments this again.
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r--libexec/rpc.rusersd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile
index 5e4cb9a..790f79a 100644
--- a/libexec/rpc.rusersd/Makefile
+++ b/libexec/rpc.rusersd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1994/08/28 14:53:44 csgr Exp $
+# $Id: Makefile,v 1.2 1996/11/04 20:58:58 torstenb Exp $
PROG = rpc.rusersd
SRCS = rusersd.c rusers_proc.c
@@ -7,9 +7,9 @@ MAN8 = rpc.rusersd.8
DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
-#.if exists(/usr/include/X11/extensions/xidle.h)
+#.if exists(/usr/X11R6/include/X11/extensions/xidle.h)
#CFLAGS+= -DXIDLE
-#LDADD+= -L/usr/X386/lib -lXext -lX11
+#LDADD+= -L/usr/X11R6/lib -lXext -lX11
#.endif
OpenPOWER on IntegriCloud