summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-14 14:24:20 +0000
committerRoy Marples <roy@marples.name>2008-01-14 14:24:20 +0000
commite0687578100379053afba8f7f69dc41c77d092c8 (patch)
tree24a3be900f91f9b707ef480fe9183d0a825e464b /src/rc/Makefile
parent6e1251b92524fded49c4772b629e448b3d0ba306 (diff)
downloadopenrc-e0687578100379053afba8f7f69dc41c77d092c8.tar.gz
openrc-e0687578100379053afba8f7f69dc41c77d092c8.tar.bz2
openrc-e0687578100379053afba8f7f69dc41c77d092c8.tar.xz
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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index eeb1c06..9d5f4b8 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