summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-27 11:30:49 +0000
committerRoy Marples <roy@marples.name>2008-07-27 11:30:49 +0000
commitcea206014d80e61e16f53a6c61577d063a7b75b8 (patch)
tree41767f8334a0d2f91f88760dc912d4e9bcf3da0b /src/rc/Makefile
parent46a74f244e60e30b90f2869b586a27a4405c91cc (diff)
downloadopenrc-cea206014d80e61e16f53a6c61577d063a7b75b8.tar.gz
openrc-cea206014d80e61e16f53a6c61577d063a7b75b8.tar.bz2
openrc-cea206014d80e61e16f53a6c61577d063a7b75b8.tar.xz
Attempt to make s-s-d simpler by not enforcing the need for a full path and maybe working better with interpreted scripts.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 5b3be05..5353416 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -30,15 +30,14 @@ RC_SBINLINKS= mark_service_starting mark_service_started \
ALL_LINKS= ${BINLINKS} ${SBINLINKS} ${RC_BINLINKS} ${RC_SBINLINKS}
CLEANFILES+= ${ALL_LINKS}
+CPPFLAGS+= -I../includes -I../librc -I../libeinfo
LDFLAGS+= -L../librc -L../libeinfo
LDADD+= -lutil -lrc -leinfo
MK= ../../mk
+include ${MK}/debug.mk
include ${MK}/prog.mk
include ${MK}/cc.mk
-include ${MK}/debug.mk
-
-CPPFLAGS+= -I../includes -I../librc -I../libeinfo
include ${MK}/${MKTERMCAP}.mk
LDADD+= ${LIBDL} ${LIBKVM}