summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-12-03 02:37:39 +0000
committerwpaul <wpaul@FreeBSD.org>1996-12-03 02:37:39 +0000
commit47ee9196beeaa7a40be71cf2e8642202eef9a54c (patch)
tree6de7b34289a2dd1a6de71f645eda8ba5441a4ade /usr.sbin/ypserv/Makefile
parent65c6417408e3df83cd787c930d520484f3ac5fa7 (diff)
downloadFreeBSD-src-47ee9196beeaa7a40be71cf2e8642202eef9a54c.zip
FreeBSD-src-47ee9196beeaa7a40be71cf2e8642202eef9a54c.tar.gz
Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing
when I came up with this idea weren't strong enough to help me see it through. If this was a self-contained application and I had complete control over what data got sent through what socket and when, I might be able to get everything to work right without blocking, but instead I have RPC/XDR in between me and the socket layer, and they have their own ideas about what to do. Maybe one day I'll go totally mad and figure out the right way to do this; in the meantime this mess goes on the back burner.
Diffstat (limited to 'usr.sbin/ypserv/Makefile')
-rw-r--r--usr.sbin/ypserv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile
index 50b5024..2911c37 100644
--- a/usr.sbin/ypserv/Makefile
+++ b/usr.sbin/ypserv/Makefile
@@ -2,7 +2,7 @@
PROG= ypserv
SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
- ypxfr_clnt.c yp_main.c yp_error.c yp_access.c yp_async.c
+ ypxfr_clnt.c yp_main.c yp_error.c yp_access.c
MAN8= ypserv.8
OpenPOWER on IntegriCloud