diff options
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index eeb1c066..9d5f4b87 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -1,6 +1,7 @@ PROG= rc -SRCS= checkpath.c fstabinfo.c mountinfo.c rc.c rc-depend.c \ - rc-logger.c rc-misc.c rc-plugin.c rc-status.c rc-update.c \ +SRCS= checkpath.c fstabinfo.c mountinfo.c \ + rc-applets.c rc-depend.c rc-logger.c \ + rc-misc.c rc-plugin.c rc-status.c rc-update.c rc.c \ runscript.c start-stop-daemon.c CLEANFILES= version.h |