diff options
| author | William Immendorf <will.immendorf@gmail.com> | 2009-04-05 20:38:00 +0200 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-04-05 20:38:58 +0200 |
| commit | c19ece348e308b47bd99aad2f4e98c691e78d15d (patch) | |
| tree | d86ff6994dbda0ba35f643b2ad62a5f34fe0488f /initscript/Makefile.am | |
| parent | 8581af00cf97aafb1fbc7b9dca1c026be95ffec9 (diff) | |
add init script for LFS
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 |
