summaryrefslogtreecommitdiff
path: root/src/libeinfo
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/libeinfo
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/libeinfo')
-rw-r--r--src/libeinfo/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile
index b40266f..bcbfa62 100644
--- a/src/libeinfo/Makefile
+++ b/src/libeinfo/Makefile
@@ -1,6 +1,3 @@
-MK= ../../mk
-include ${MK}/os.mk
-
LIB= einfo
SHLIB_MAJOR= 1
SRCS= libeinfo.c
@@ -9,6 +6,7 @@ VERSION_MAP= einfo.map
CFLAGS+= -I../includes
-include ${MK}/cc.mk
+MK= ../../mk
include ${MK}/lib.mk
+include ${MK}/cc.mk
include ${MK}/${MKTERMCAP}.mk