summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-28 14:53:45 +0000
committercsgr <csgr@FreeBSD.org>1994-08-28 14:53:45 +0000
commit79d61d21e6bd1dd94fc1ba4a7f2e94c837da4f6c (patch)
treeacd87548ace82ef72dc6b1e4d80bb058efd5987e /libexec/rpc.rusersd/Makefile
parent31c1d9b0897d8a25d7b2c2bf03eb0c5e6f0efdbd (diff)
downloadFreeBSD-src-79d61d21e6bd1dd94fc1ba4a7f2e94c837da4f6c.zip
FreeBSD-src-79d61d21e6bd1dd94fc1ba4a7f2e94c837da4f6c.tar.gz
rusersd from FreeBSD 1.1.5.1
Reviewed by: geoff. Submitted by: John Brezak
Diffstat (limited to 'libexec/rpc.rusersd/Makefile')
-rw-r--r--libexec/rpc.rusersd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile
new file mode 100644
index 0000000..1c68939
--- /dev/null
+++ b/libexec/rpc.rusersd/Makefile
@@ -0,0 +1,16 @@
+# $Id: Makefile,v 1.2 1993/11/10 03:46:04 smace 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>
OpenPOWER on IntegriCloud