From 1bc96141e6846a5f9b3cf2c2bcaf53f2ed9ca33d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 19 Aug 2019 14:55:54 -0500 Subject: fix single user mode --- src/rc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/Makefile') diff --git a/src/rc/Makefile b/src/rc/Makefile index 982e7af1..fd796d92 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -113,7 +113,7 @@ veinfo vewarn vebegin veend vewend veindent veoutdent: do_e.o rc-misc.o fstabinfo: fstabinfo.o _usage.o rc-misc.o ${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} -openrc-init: openrc-init.o rc-wtmp.o +openrc-init: openrc-init.o rc-plugin.o rc-wtmp.o ${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} is_newer_than: is_newer_than.o rc-misc.o -- cgit v1.2.3