diff options
| author | Roy Marples <roy@marples.name> | 2008-03-19 15:22:20 +0000 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-03-19 15:22:20 +0000 | 
| commit | 64853c4916945ad760f06c27c363a201c1643271 (patch) | |
| tree | 109ea61e97fb045f2b7f483fff88f83c9d78dc94 /src/libeinfo/Makefile | |
| parent | 0e6eb0f7640a5994755e93ea65e630d6ab917eaa (diff) | |
| download | 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/Makefile')
| -rw-r--r-- | src/libeinfo/Makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile index b40266f5..bcbfa62b 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 | 
