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/rc | |
parent | 0e6eb0f7640a5994755e93ea65e630d6ab917eaa (diff) |
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')
-rw-r--r-- | src/rc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 469ac984..8c43da85 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}\" |