Add sys.mk

This commit is contained in:
Roy Marples 2008-01-11 18:29:47 +00:00
parent 8ef2bf78f7
commit 0334b0be2e
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ SUBDIR= conf.d doc etc init.d man net runlevels sh src
INSTALLAFTER= _installafter
MK= mk
include ${MK}/sys.mk
include ${MK}/os.mk
include ${MK}/subdir.mk
include ${MK}/dist.mk

View File

@ -6,6 +6,7 @@ _CONTENTS_SH= ls -1 | grep -v Makefile | xargs
_CONTENTS!= ${_CONTENTS_SH}
CONTENTS= ${_CONTENTS}$(shell ${_CONTENTS_SH})
include ${MK}/sys.mk
include ${MK}/os.mk
all: ${OBJS}