| … | |
… | |
| 57 | LDLIBS_LIBRC = -leinfo |
57 | LDLIBS_LIBRC = -leinfo |
| 58 | |
58 | |
| 59 | RCOBJS = checkown.o env-update.o fstabinfo.o mountinfo.o \ |
59 | RCOBJS = checkown.o env-update.o fstabinfo.o mountinfo.o \ |
| 60 | rc-depend.o rc-plugin.o rc-status.o rc-update.o runscript.o \ |
60 | rc-depend.o rc-plugin.o rc-status.o rc-update.o runscript.o \ |
| 61 | start-stop-daemon.o rc.o |
61 | start-stop-daemon.o rc.o |
| 62 | LDLIBS_RC = $(LDLIBS_LIBRC) -lrc |
62 | LDLIBS_RC = $(LDLIBS_LIBRC) -lrc -lutil |
| 63 | |
63 | |
| 64 | LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) |
64 | LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) |
| 65 | SBIN_TARGETS = rc |
65 | SBIN_TARGETS = rc |
| 66 | SYS_WHITELIST = env_whitelist |
66 | SYS_WHITELIST = env_whitelist |
| 67 | |
67 | |