From de88aff0a839844526ae262f8961ec4372fed238 Mon Sep 17 00:00:00 2001
From: William Hubbs <w.d.hubbs@gmail.com>
Date: Sun, 22 Sep 2013 20:23:56 -0500
Subject: Make einfo routines private

The libeinfo library has no consumers other than OpenRC, so there is no
reason for it to be maintained as a library. The einfo routines are now
an object that links with the rc binary.
---
 man/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'man/Makefile')

diff --git a/man/Makefile b/man/Makefile
index 4110c8f7..6a106e7c 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,4 +1,4 @@
-MAN3=		einfo.3 \
+MAN3=		\
 		rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \
 		rc_runlevel.3 rc_service.3 rc_stringlist.3
 MAN8=		rc-service.8 rc-status.8 rc-update.8 rc.8 runscript.8 \
-- 
cgit v1.2.3