Rejig the build system a little so we have per ok defs per system. Probably easier in the long run.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
MK= ../../mk
|
||||
include ${MK}/os.mk
|
||||
|
||||
LIB= rc
|
||||
SHLIB_MAJOR= 1
|
||||
SRCS= librc.c librc-daemon.c librc-depend.c librc-misc.c \
|
||||
@@ -14,5 +11,6 @@ LDADD+= ${LIBKVM}
|
||||
|
||||
CFLAGS+= -I../includes
|
||||
|
||||
include ${MK}/cc.mk
|
||||
MK= ../../mk
|
||||
include ${MK}/lib.mk
|
||||
include ${MK}/cc.mk
|
||||
|
||||
Reference in New Issue
Block a user