summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-19 15:22:20 +0000
committerRoy Marples <roy@marples.name>2008-03-19 15:22:20 +0000
commit64853c4916945ad760f06c27c363a201c1643271 (patch)
tree109ea61e97fb045f2b7f483fff88f83c9d78dc94 /src/rc/Makefile
parent0e6eb0f7640a5994755e93ea65e630d6ab917eaa (diff)
downloadopenrc-64853c4916945ad760f06c27c363a201c1643271.tar.gz
openrc-64853c4916945ad760f06c27c363a201c1643271.tar.bz2
openrc-64853c4916945ad760f06c27c363a201c1643271.tar.xz
Rejig the build system a little so we have per ok defs per system. Probably easier in the long run.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 469ac98..8c43da8 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -36,9 +36,8 @@ LDADD+= -lutil -lrc -leinfo
#LDFLAGS+= -Wl,--rpath=../librc -Wl,--rpath=../libeinfo
MK= ../../mk
-include ${MK}/cc.mk
-include ${MK}/os.mk
include ${MK}/prog.mk
+include ${MK}/cc.mk
CFLAGS+= -I../includes -I../librc -I../libeinfo
CFLAGS+= -DLIB=\"${LIBNAME}\"