src/rc/Makefile: fix make depend target

This commit is contained in:
William Hubbs 2016-01-14 13:33:05 -06:00
parent f5e06bc55a
commit 0910c455d3
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
SRCS= rc.c rc-logger.c rc-misc.c rc-plugin.c
SRCS= checkpath.c do_e.c do_mark_service.c do_service.c \
do_value.c fstabinfo.c is_newer_than.c is_older_than.c \
mountinfo.c openrc-run.c rc-abort.c rc.c \
rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \
rc-selinux.c rc-service.c rc-status.c rc-update.c \
shell_var.c start-stop-daemon.c swclock.c _usage.c
ifeq (${MKSELINUX},yes)
SRCS+= rc-selinux.c