From 0334b0be2e6dfa5e7c7d1f68eaa8dd482be04817 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 18:29:47 +0000 Subject: Add sys.mk --- Makefile | 1 + mk/scripts.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4d9a818e..7fe80718 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/mk/scripts.mk b/mk/scripts.mk index 35815b57..a7f3dd87 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -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} -- cgit v1.2.3