Put some dir locations in rc.h so that 3rd party apps can become awware of them.

This commit is contained in:
Roy Marples
2008-03-28 10:46:12 +00:00
parent 11e33e81c8
commit ee4e861796
8 changed files with 59 additions and 57 deletions

View File

@@ -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}