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