Add sys.mk
This commit is contained in:
parent
8ef2bf78f7
commit
0334b0be2e
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ SUBDIR= conf.d doc etc init.d man net runlevels sh src
|
|||||||
INSTALLAFTER= _installafter
|
INSTALLAFTER= _installafter
|
||||||
|
|
||||||
MK= mk
|
MK= mk
|
||||||
|
include ${MK}/sys.mk
|
||||||
include ${MK}/os.mk
|
include ${MK}/os.mk
|
||||||
include ${MK}/subdir.mk
|
include ${MK}/subdir.mk
|
||||||
include ${MK}/dist.mk
|
include ${MK}/dist.mk
|
||||||
|
@ -6,6 +6,7 @@ _CONTENTS_SH= ls -1 | grep -v Makefile | xargs
|
|||||||
_CONTENTS!= ${_CONTENTS_SH}
|
_CONTENTS!= ${_CONTENTS_SH}
|
||||||
CONTENTS= ${_CONTENTS}$(shell ${_CONTENTS_SH})
|
CONTENTS= ${_CONTENTS}$(shell ${_CONTENTS_SH})
|
||||||
|
|
||||||
|
include ${MK}/sys.mk
|
||||||
include ${MK}/os.mk
|
include ${MK}/os.mk
|
||||||
|
|
||||||
all: ${OBJS}
|
all: ${OBJS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user