summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-28 10:46:12 +0000
committerRoy Marples <roy@marples.name>2008-03-28 10:46:12 +0000
commitee4e861796ad9b19acb45c576ed181ce2fdfebf5 (patch)
tree425c9a68f127bce193717055d99be03a1380516c /src/rc/Makefile
parent11e33e81c855395cbd931e99f7452ed6b3fef357 (diff)
downloadopenrc-ee4e861796ad9b19acb45c576ed181ce2fdfebf5.tar.gz
openrc-ee4e861796ad9b19acb45c576ed181ce2fdfebf5.tar.bz2
openrc-ee4e861796ad9b19acb45c576ed181ce2fdfebf5.tar.xz
Put some dir locations in rc.h so that 3rd party apps can become awware of them.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index f60fc31..2edc51e 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -39,8 +39,6 @@ include ${MK}/cc.mk
include ${MK}/debug.mk
CFLAGS+= -I../includes -I../librc -I../libeinfo
-CFLAGS+= -DLIB=\"${LIBNAME}\"
-CFLAGS+= -DSYSCONFDIR=\"${SYSCONFDIR}\"
include ${MK}/${MKTERMCAP}.mk
LDADD+= ${LIBDL} ${LIBKVM}