diff options
Diffstat (limited to 'initscript/Makefile.am')
-rw-r--r-- | initscript/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/initscript/Makefile.am b/initscript/Makefile.am index 7fcd15f..d5fadda 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -19,6 +19,10 @@ SUBDIRS = +if TARGET_LFS +SUBDIRS += lfs +endif + if TARGET_DEBIAN SUBDIRS += debian endif |