diff options
author | Roy Marples <roy@marples.name> | 2008-01-14 14:24:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-14 14:24:20 +0000 |
commit | e0687578100379053afba8f7f69dc41c77d092c8 (patch) | |
tree | 24a3be900f91f9b707ef480fe9183d0a825e464b /src/rc/Makefile | |
parent | 6e1251b92524fded49c4772b629e448b3d0ba306 (diff) |
Put the applets into rc-applet.c so that rc.c is easier to manage.
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 |