diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 16:03:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 16:03:38 +0000 |
commit | 28afeac09e15c9983021d7afb7af523f8f62c5fa (patch) | |
tree | 10a589135da4188b2d6293b4c953a56f452775db /runlevels | |
parent | abde759d5bf6028135667779297d30491f1f4688 (diff) |
Add sys.mk to define system locations.
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index e6ca09d4..1e2591ab 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -7,6 +7,7 @@ BOOTDIR= ${LEVELDIR}/boot DEFAULTDIR= ${LEVELDIR}/default MK= ../mk +include ${MK}/sys.mk include ${MK}/os.mk include Makefile.${OS} include Makefile.${SUBOS} |