diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 18:29:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 18:29:47 +0000 |
commit | 0334b0be2e6dfa5e7c7d1f68eaa8dd482be04817 (patch) | |
tree | a3f368291ef12da1bc379c3d600b5213c3e9455c /Makefile | |
parent | 8ef2bf78f74d170104e137554882ecabcaa77609 (diff) |
Add sys.mk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |