summaryrefslogtreecommitdiff
path: root/lib/librpcsvc/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-28 07:37:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-28 07:37:49 +0000
commit047e5298f9988440caec026257705d3827978109 (patch)
tree5c0fc7f73f83c9a732c4e89882c9f1735fff3d61 /lib/librpcsvc/Makefile
parentca2c2c327046c39a2686c4c0f1deb96e959bbc6d (diff)
Remove rex.x, obsolete remote execution protocol
that still used sgttyb struct. ok gnezdo@ miod@
Diffstat (limited to 'lib/librpcsvc/Makefile')
-rw-r--r--lib/librpcsvc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile
index 21c70737972..4e9ead70148 100644
--- a/lib/librpcsvc/Makefile
+++ b/lib/librpcsvc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.13 2019/12/21 21:40:00 espie Exp $
+# $OpenBSD: Makefile,v 1.14 2022/11/28 07:37:48 matthieu Exp $
RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x \
- nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x \
+ nlm_prot.x rnusers.x rusers.x rquota.x rstat.x rwall.x \
sm_inter.x spray.x yp.x yppasswd.x
SRCS= ${RPCSRCS:R:S/$/.c/g}
HDRS= ${RPCSRCS:R:S/$/.h/g}